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 aa8360c4 Javadoc: Sentences start with a capital aa8360c4 is described below commit aa8360c4c904b291bea76efa651a0eea7581c35e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 15 18:25:40 2024 -0400 Javadoc: Sentences start with a capital --- src/main/java/org/apache/commons/cli/help/OptionFormatter.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/cli/help/OptionFormatter.java b/src/main/java/org/apache/commons/cli/help/OptionFormatter.java index e015f5e7..182bd9b8 100644 --- a/src/main/java/org/apache/commons/cli/help/OptionFormatter.java +++ b/src/main/java/org/apache/commons/cli/help/OptionFormatter.java @@ -31,7 +31,7 @@ import org.apache.commons.cli.Option; public final class OptionFormatter { /** - * A Builder for OptionFormatters. + * Builds instances of {@link OptionFormatter}. */ public static final class Builder { @@ -47,13 +47,13 @@ public final class OptionFormatter { /** The long option prefix */ private String longOptPrefix; - /** the option prefix */ + /** The option prefix */ private String optPrefix; /** The separator between long and short options */ private String optSeparator; - /** the separator between the opt and/or longOpt and the argument name */ + /** The separator between the opt and/or longOpt and the argument name */ private String optArgSeparator; /** The delimiters surrounding optional {@link Option} instances. */