File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/cli/help Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
3131public 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. */
You can’t perform that action at this time.
0 commit comments