Skip to content

Commit 2f53e04

Browse files
authored
Update CommandLine.java
1 parent 7108421 commit 2f53e04

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public Builder addOption(final Option option) {
9696
if (option != null) {
9797
options.add(option);
9898
}
99-
10099
return this;
101100
}
102101

0 commit comments

Comments
 (0)