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

Commit f800a14

Browse files
committed
Fix javadoc of subscription time getter
1 parent e8ad9bb commit f800a14

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
@@ -34,9 +34,9 @@ public int getResub() {
3434
}
3535

3636
/**
37-
* Get the time when the user started following
37+
* Get the time when the user has subscribed
3838
*
39-
* @return follow start time
39+
* @return subscription time
4040
*/
4141
public OffsetDateTime getTime() {
4242
return time;

0 commit comments

Comments
 (0)