You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "garydgregory (via GitHub)" <gi...@apache.org> on 2023/07/20 20:34:15 UTC

[GitHub] [commons-net] garydgregory commented on a diff in pull request #166: Add IMAP package tests, include junit-jupiter-params artifact

garydgregory commented on code in PR #166:
URL: https://github.com/apache/commons-net/pull/166#discussion_r1269933342


##########
src/main/java/org/apache/commons/net/imap/IMAPCommand.java:
##########
@@ -84,7 +84,7 @@ public static final String getCommand(final IMAPCommand command) {
     }
 
     /**
-     * Get the IMAP protocol string command for this command
+     * Returns the IMAP protocol string command for this command

Review Comment:
   I usually normalize Javadoc comments for getters to "Gets..." in all of Commons, so let's keep going in that direction IMO.



-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org