Skip to content

Commit f1f2090

Browse files
committed
Light javadoc cleanup
1 parent 4be5ada commit f1f2090

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/main/java/org/kitteh/irc/client/library/defaults/element/messagetag/DefaultMessageTagTyping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import org.kitteh.irc.client.library.util.TriFunction;
3131

3232
/**
33-
* Default implementation of {@link Time}.
33+
* Default implementation of {@link Typing}.
3434
*/
3535
public class DefaultMessageTagTyping extends MessageTagManager.DefaultMessageTag implements MessageTag.Typing {
3636
/**

src/main/java/org/kitteh/irc/client/library/event/client/StandardReplyEvent.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ protected StandardReplyEvent(@NonNull Client client, @NonNull ServerMessage sour
8282

8383
/**
8484
* Gets the type of standard reply this is.
85+
*
86+
* @return type of reply
8587
*/
8688
public @NonNull Type getType() {
8789
return this.type;
@@ -114,6 +116,11 @@ protected StandardReplyEvent(@NonNull Client client, @NonNull ServerMessage sour
114116
return Collections.unmodifiableList(this.context);
115117
}
116118

119+
/**
120+
* Gets the description.
121+
*
122+
* @return description
123+
*/
117124
public @NonNull String getDescription() {
118125
return this.description;
119126
}

0 commit comments

Comments
 (0)