This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git

commit b65ef1c9957acd8d38273142b25fe20d8351acab
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 11:40:14 2025 -0500

    Remove dead comment
---
 .../java/org/apache/commons/cli/CommandLineParser.java    | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/main/java/org/apache/commons/cli/CommandLineParser.java 
b/src/main/java/org/apache/commons/cli/CommandLineParser.java
index f57b63e7..fb35630d 100644
--- a/src/main/java/org/apache/commons/cli/CommandLineParser.java
+++ b/src/main/java/org/apache/commons/cli/CommandLineParser.java
@@ -33,21 +33,6 @@ public interface CommandLineParser {
      */
     CommandLine parse(Options options, String[] arguments) throws 
ParseException;
 
-    /**
-     * Parses the arguments according to the specified options and properties.
-     *
-     * @param options the specified Options.
-     * @param arguments the command line arguments.
-     * @param properties command line option name-value pairs.
-     * @return the list of atomic option and value tokens.
-     * @throws ParseException if there are any problems encountered while 
parsing the command line tokens.
-     */
-    /*
-     * To maintain binary compatibility, this is commented out. It is still in 
the abstract Parser class, so most users will
-     * still reap the benefit. CommandLine parse(Options options, String[] 
arguments, Properties properties) throws
-     * ParseException;
-     */
-
     /**
      * Parses the arguments according to the specified options.
      *

Reply via email to