Skip to content

Commit d4cf7bd

Browse files
committed
TestAgent-Demo
1 parent 8a41012 commit d4cf7bd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public static final class Builder implements Supplier<CommandLine> {
7171
@Deprecated
7272
public Builder() {
7373
// empty
74-
7574
}
7675

7776
/**
@@ -85,7 +84,6 @@ public Builder addArg(final String arg) {
8584
args.add(arg);
8685
}
8786
return this;
88-
8987
}
9088

9189
/**
@@ -99,7 +97,6 @@ public Builder addOption(final Option option) {
9997
options.add(option);
10098
}
10199
return this;
102-
103100
}
104101

105102
/**

0 commit comments

Comments
 (0)