We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a41012 commit d4cf7bdCopy full SHA for d4cf7bd
1 file changed
src/main/java/org/apache/commons/cli/CommandLine.java
@@ -71,7 +71,6 @@ public static final class Builder implements Supplier<CommandLine> {
71
@Deprecated
72
public Builder() {
73
// empty
74
-
75
}
76
77
/**
@@ -85,7 +84,6 @@ public Builder addArg(final String arg) {
85
84
args.add(arg);
86
87
return this;
88
89
90
91
@@ -99,7 +97,6 @@ public Builder addOption(final Option option) {
99
97
options.add(option);
100
98
101
102
103
104
105
0 commit comments