Skip to content

Commit 262113a

Browse files
Rakambdambax
authored andcommitted
Update javadoc
1 parent b0a33d7 commit 262113a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/kitteh/irc/client/library/feature/twitch/messagetag

1 file changed

+1
-1
lines changed

src/main/java/org/kitteh/irc/client/library/feature/twitch/messagetag/EmoteSets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private EmoteSets(@NonNull String name, @Nullable String value) {
6060
/**
6161
* Gets the list of emote sets.
6262
*
63-
* @return list of integers, at least containing 0.
63+
* @return list of strings, at least containing "0".
6464
*/
6565
public @NonNull List<String> getEmoteSets() {
6666
return this.emoteSets;

0 commit comments

Comments
 (0)