We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78bf22 commit 567fcf7Copy full SHA for 567fcf7
1 file changed
src/main/java/org/apache/commons/cli/HelpFormatter.java
@@ -241,7 +241,6 @@ public static Builder builder() {
241
* Constructs a new instance.
242
*/
243
public HelpFormatter() {
244
- super();
245
this.showDeprecated = false;
246
}
247
@@ -251,7 +250,6 @@ public HelpFormatter() {
251
250
private HelpFormatter(final boolean showDeprecated) {
252
// TODO All other instance HelpFormatter instance variables.
253
// Make HelpFormatter immutable for 2.0
254
255
this.showDeprecated = showDeprecated;
256
257
0 commit comments