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 46131b7  Javadoc.
46131b7 is described below

commit 46131b704f3c5dec42c012ece43703aa8da20cda
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Feb 8 12:57:45 2021 -0500

    Javadoc.
---
 src/main/java/org/apache/commons/cli/CommandLine.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/cli/CommandLine.java 
b/src/main/java/org/apache/commons/cli/CommandLine.java
index 2948b6f..1e23322 100644
--- a/src/main/java/org/apache/commons/cli/CommandLine.java
+++ b/src/main/java/org/apache/commons/cli/CommandLine.java
@@ -55,7 +55,7 @@ public class CommandLine implements Serializable
     }
 
     /**
-     * Query to see if an option has been set.
+     * Tests to see if an option has been set.
      *
      * @param opt the option to check.
      * @return true if set, false if not.
@@ -67,7 +67,7 @@ public class CommandLine implements Serializable
     }
 
     /**
-     * Query to see if an option has been set.
+     * Tests to see if an option has been set.
      *
      * @param opt Short name of the option.
      * @return true if set, false if not.
@@ -78,7 +78,7 @@ public class CommandLine implements Serializable
     }
 
     /**
-     * Query to see if an option has been set.
+     * Tests to see if an option has been set.
      *
      * @param opt character name of the option.
      * @return true if set, false if not.

Reply via email to