Skip to content

Commit 0ab5c5c

Browse files
committed
1 parent 859d5e5 commit 0ab5c5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public Builder desc(final String description) {
190190
* @return the new {@link Option}.
191191
* @throws IllegalStateException if neither {@code opt} or {@code longOpt} has been set.
192192
*/
193+
@Override
193194
public Option get() {
194195
return new Option(this);
195196
}

0 commit comments

Comments
 (0)