This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new eb84f549 Javadoc
eb84f549 is described below
commit eb84f5495a6f458d2fbf4f52a99090f6bb3a7851
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 22 22:19:48 2026 -0700
Javadoc
---
src/main/java/org/apache/commons/cli/DefaultParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/cli/DefaultParser.java
b/src/main/java/org/apache/commons/cli/DefaultParser.java
index 6374a6e1..63700983 100644
--- a/src/main/java/org/apache/commons/cli/DefaultParser.java
+++ b/src/main/java/org/apache/commons/cli/DefaultParser.java
@@ -157,7 +157,7 @@ public class DefaultParser implements CommandLineParser {
}
/**
- * Enum representing possible actions that may be done when "non option"
is discovered during parsing.
+ * Enumerates possible actions that may be done when "non option" is
discovered during parsing.
*
* @since 1.10.0
*/