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 4975273  Javadoc
4975273 is described below

commit 4975273b2786edb5c69a50c04c69c089d18db21c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 17 10:26:37 2024 -0500

    Javadoc
---
 src/main/java/org/apache/commons/cli/MissingArgumentException.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/MissingArgumentException.java 
b/src/main/java/org/apache/commons/cli/MissingArgumentException.java
index eb5a1a1..d9b0287 100644
--- a/src/main/java/org/apache/commons/cli/MissingArgumentException.java
+++ b/src/main/java/org/apache/commons/cli/MissingArgumentException.java
@@ -50,7 +50,7 @@ public class MissingArgumentException extends ParseException {
     }
 
     /**
-     * Return the option requiring an argument that wasn't provided on the 
command line.
+     * Gets the option requiring an argument that wasn't provided on the 
command line.
      *
      * @return the related option
      * @since 1.2

Reply via email to