From 80a9a5dcbfbab44df7e00dbf923d902279133790 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 2 Mar 2021 08:46:49 -0500 Subject: [PATCH] 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 9a1dc82ac..8ef844e4e 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; } - //----------------------------------------------------------------------- /** *

Returns a new {@code CharSequence} that is a subsequence of this * sequence starting with the {@code char} value at the specified index.