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


The following commit(s) were added to refs/heads/master by this push:
     new 0dff711  Remove old comments.
0dff711 is described below

commit 0dff71114fb4c95bc930840b909eb0e56264bafd
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Oct 3 20:12:39 2021 -0400

    Remove old comments.
---
 src/main/java/org/apache/commons/cli/HelpFormatter.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/cli/HelpFormatter.java 
b/src/main/java/org/apache/commons/cli/HelpFormatter.java
index 297ddea..acecfb4 100644
--- a/src/main/java/org/apache/commons/cli/HelpFormatter.java
+++ b/src/main/java/org/apache/commons/cli/HelpFormatter.java
@@ -64,7 +64,6 @@ import java.util.List;
  * </pre>
  */
 public class HelpFormatter {
-    // --------------------------------------------------------------- 
Constants
 
     /**
      * This class implements the {@code Comparator} interface for comparing 
Options.
@@ -864,8 +863,6 @@ public class HelpFormatter {
         this.defaultLeftPad = padding;
     }
 
-    // --------------------------------------------------------------- 
Protected
-
     /**
      * Sets the 'longOptPrefix'.
      *

Reply via email to