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 e30f005 Normalize Javadoc @param formatting new 89f6471 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-cli e30f005 is described below commit e30f0050e91581d6c5dd8a0b329109d39dc7bcdc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 16 11:50:00 2024 -0400 Normalize Javadoc @param formatting --- 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 c585496..5b180e3 100644 --- a/src/main/java/org/apache/commons/cli/OptionBuilder.java +++ b/src/main/java/org/apache/commons/cli/OptionBuilder.java @@ -187,7 +187,7 @@ public final class OptionBuilder { /** * The next Option can have the specified number of optional arguments. * - * @param numArgs - the maximum number of optional arguments the next Option created can have. + * @param numArgs the maximum number of optional arguments the next Option created can have. * @return the OptionBuilder instance */ public static OptionBuilder hasOptionalArgs(final int numArgs) {