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 ef11f17 commit 6ce3fa3Copy full SHA for 6ce3fa3
1 file changed
src/main/java/org/apache/commons/cli/DefaultParser.java
@@ -88,6 +88,7 @@ public DefaultParser build() {
88
* @return the new {@link DefaultParser}
89
* @since 1.10.0
90
*/
91
+ @Override
92
public DefaultParser get() {
93
return new DefaultParser(allowPartialMatching, stripLeadingAndTrailingQuotes, deprecatedHandler);
94
}
0 commit comments