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
commit c82d47c1a148f70c313a8494cb5d64efe243eef6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Apr 11 08:46:01 2024 -0400 Javadoc --- src/main/java/org/apache/commons/cli/Options.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/cli/Options.java b/src/main/java/org/apache/commons/cli/Options.java index 769bff9..bbbc8b2 100644 --- a/src/main/java/org/apache/commons/cli/Options.java +++ b/src/main/java/org/apache/commons/cli/Options.java @@ -275,7 +275,7 @@ public class Options implements Serializable { } /** - * Returns whether the named {@link Option} is a member of this {@link Options}. + * Tests whether the named {@link Option} is a member of this {@link Options}. * * @param opt long name of the {@link Option} * @return true if the named {@link Option} is a member of this {@link Options} @@ -286,7 +286,7 @@ public class Options implements Serializable { } /** - * Returns whether the named {@link Option} is a member of this {@link Options}. + * Tests whether the named {@link Option} is a member of this {@link Options}. * * @param opt short or long name of the {@link Option} * @return true if the named {@link Option} is a member of this {@link Options} @@ -297,7 +297,7 @@ public class Options implements Serializable { } /** - * Returns whether the named {@link Option} is a member of this {@link Options}. + * Tests whether the named {@link Option} is a member of this {@link Options}. * * @param opt short name of the {@link Option} * @return true if the named {@link Option} is a member of this {@link Options}