Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 443f506

Browse files
committed
Merge branch 'develop' into feature/131-cheer,host,raid-events
# Conflicts: # src/main/java/org/codeoverflow/chatoverflow/api/io/dto/stat/stream/Subscription.java
2 parents 9667a52 + f800a14 commit 443f506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/codeoverflow/chatoverflow/api/io/dto/stat/stream/Subscription.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public T getSubscriber() {
3131
}
3232

3333
/**
34-
* Get the time when the user started following
34+
* Get the time when the user has subscribed
3535
*
36-
* @return follow start time
36+
* @return subscription time
3737
*/
3838
public OffsetDateTime getTime() {
3939
return time;

0 commit comments

Comments
 (0)