sebbASF commented on code in PR #239:
URL: https://github.com/apache/commons-cli/pull/239#discussion_r1504679873
##########
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:
It also needs more Javadoc to explain what the key means
--
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]