Skip to content

Commit 6ce3fa3

Browse files
committed
Add missing @OverRide
1 parent ef11f17 commit 6ce3fa3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/cli/DefaultParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public DefaultParser build() {
8888
* @return the new {@link DefaultParser}
8989
* @since 1.10.0
9090
*/
91+
@Override
9192
public DefaultParser get() {
9293
return new DefaultParser(allowPartialMatching, stripLeadingAndTrailingQuotes, deprecatedHandler);
9394
}

0 commit comments

Comments
 (0)