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 3ee8efb Javadoc: No need for java.lang FQCN 3ee8efb is described below commit 3ee8efb052ff7e04a54fc5e81f2203485c050d03 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 17 10:11:13 2023 -0500 Javadoc: No need for java.lang FQCN --- src/main/java/org/apache/commons/cli/OptionBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/cli/OptionBuilder.java b/src/main/java/org/apache/commons/cli/OptionBuilder.java index 47139bc..e06f747 100644 --- a/src/main/java/org/apache/commons/cli/OptionBuilder.java +++ b/src/main/java/org/apache/commons/cli/OptionBuilder.java @@ -92,7 +92,7 @@ public final class OptionBuilder { /** * Creates an Option using the current settings and with the specified Option {@code char}. * - * @param opt the {@code java.lang.String} representation of the Option + * @param opt the {@code String} representation of the Option * @return the Option instance * @throws IllegalArgumentException if {@code opt} is not a valid character. See Option. */