Skip to content

Commit b65ef1c

Browse files
committed
Remove dead comment
1 parent 035555e commit b65ef1c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,6 @@ public interface CommandLineParser {
3333
*/
3434
CommandLine parse(Options options, String[] arguments) throws ParseException;
3535

36-
/**
37-
* Parses the arguments according to the specified options and properties.
38-
*
39-
* @param options the specified Options.
40-
* @param arguments the command line arguments.
41-
* @param properties command line option name-value pairs.
42-
* @return the list of atomic option and value tokens.
43-
* @throws ParseException if there are any problems encountered while parsing the command line tokens.
44-
*/
45-
/*
46-
* To maintain binary compatibility, this is commented out. It is still in the abstract Parser class, so most users will
47-
* still reap the benefit. CommandLine parse(Options options, String[] arguments, Properties properties) throws
48-
* ParseException;
49-
*/
50-
5136
/**
5237
* Parses the arguments according to the specified options.
5338
*

0 commit comments

Comments
 (0)