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-lang.git


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

commit 80a9a5dcbfbab44df7e00dbf923d902279133790
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 2 08:46:49 2021 -0500

    Remove dead comments.
---
 src/main/java/org/apache/commons/lang3/CharSequenceUtils.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java 
b/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java
index 9a1dc82..8ef844e 100644
--- a/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java
+++ b/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java
@@ -69,7 +69,6 @@ public class CharSequenceUtils {
 //        }
     }
 
-    //-----------------------------------------------------------------------
     /**
      * Returns the index within {@code cs} of the first occurrence of the
      * specified character, starting the search at the specified index.
@@ -330,7 +329,6 @@ public class CharSequenceUtils {
         return true;
     }
 
-    //-----------------------------------------------------------------------
     /**
      * <p>Returns a new {@code CharSequence} that is a subsequence of this
      * sequence starting with the {@code char} value at the specified 
index.</p>

Reply via email to