Skip to content

Commit 7c3ce6c

Browse files
committed
Remove dead comment
1 parent 81b5f76 commit 7c3ce6c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,4 @@ public interface CommandLineParser {
6262
*/
6363
CommandLine parse(Options options, String[] arguments, boolean stopAtNonOption) throws ParseException;
6464

65-
/**
66-
* Parses the arguments according to the specified options and properties.
67-
*
68-
* @param options the specified Options.
69-
* @param arguments the command line arguments.
70-
* @param properties command line option name-value pairs.
71-
* @param stopAtNonOption if {@code true} an unrecognized argument stops the parsing and the remaining arguments
72-
* are added to the {@link CommandLine}s args list. If {@code false} an unrecognized argument triggers a
73-
* ParseException.
74-
*
75-
* @return the list of atomic option and value tokens.
76-
* @throws ParseException if there are any problems encountered while parsing the command line tokens.
77-
*/
7865
}

0 commit comments

Comments
 (0)