File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
src/main/java/org/apache/commons/cli Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments