Skip to content

Commit aa8360c

Browse files
committed
Javadoc: Sentences start with a capital
1 parent 8e881b9 commit aa8360c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/cli/help/OptionFormatter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
3131
public final class OptionFormatter {
3232

3333
/**
34-
* A Builder for OptionFormatters.
34+
* Builds instances of {@link OptionFormatter}.
3535
*/
3636
public static final class Builder {
3737

@@ -47,13 +47,13 @@ public static final class Builder {
4747
/** The long option prefix */
4848
private String longOptPrefix;
4949

50-
/** the option prefix */
50+
/** The option prefix */
5151
private String optPrefix;
5252

5353
/** The separator between long and short options */
5454
private String optSeparator;
5555

56-
/** the separator between the opt and/or longOpt and the argument name */
56+
/** The separator between the opt and/or longOpt and the argument name */
5757
private String optArgSeparator;
5858

5959
/** The delimiters surrounding optional {@link Option} instances. */

0 commit comments

Comments
 (0)