garydgregory commented on code in PR #239:
URL: https://github.com/apache/commons-cli/pull/239#discussion_r1504600262


##########
src/main/java/org/apache/commons/cli/Option.java:
##########
@@ -577,7 +577,7 @@ public int getId() {
      *
      * @return the 'unique' Option identifier
      */
-    String getKey() {
+    public String getKey() {

Review Comment:
   Hello @Claudenw 
   If you make an element `public` or `protected`, you need a `@since` Javadoc 
tag.



-- 
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-unsubscr...@commons.apache.org

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

Reply via email to