We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38c494 commit 0dff711Copy full SHA for 0dff711
1 file changed
src/main/java/org/apache/commons/cli/HelpFormatter.java
@@ -64,7 +64,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
64
* </pre>
65
*/
66
public class HelpFormatter {
67
- // --------------------------------------------------------------- Constants
68
69
/**
70
* This class implements the {@code Comparator} interface for comparing Options.
@@ -864,8 +863,6 @@ public void setLeftPadding(final int padding) {
864
863
this.defaultLeftPad = padding;
865
}
866
867
- // --------------------------------------------------------------- Protected
868
-
869
870
* Sets the 'longOptPrefix'.
871
*
0 commit comments