garydgregory commented on code in PR #141:
URL: https://github.com/apache/commons-net/pull/141#discussion_r1069936269
##########
src/main/java/org/apache/commons/net/imap/IMAP.java:
##########
@@ -374,7 +374,7 @@ public int sendCommand(final String command, final String
args) throws IOExcepti
* @param commandID The ID (tag) of the command.
* @param command The IMAP command to send.
* @param args The command arguments.
- * @return The server reply code (either IMAPReply.OK, IMAPReply.NO or
IMAPReply.BAD).
+ * @return The server reply code (either {@code IMAPReply.OK}, {@code
IMAPReply.NO} or {@code IMAPReply.BAD}).
Review Comment:
Probably use @link for these.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]