Remove dead comments.

This commit is contained in:
Gary Gregory 2021-03-02 08:46:49 -05:00
parent c11e89595d
commit 80a9a5dcbf
1 changed files with 0 additions and 2 deletions

View File

@ -69,7 +69,6 @@ static int indexOf(final CharSequence cs, final CharSequence searchChar, final i
// }
}
//-----------------------------------------------------------------------
/**
* 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 @@ static boolean regionMatches(final CharSequence cs, final boolean ignoreCase, fi
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>