Remove dead inline comment

This commit is contained in:
Gary Gregory 2022-08-06 14:11:57 -04:00
parent 912389861c
commit c75d285b7e
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ final class CharRange implements Iterable<Character>, Serializable {
return iToString; return iToString;
} }
// Expansions
/** /**
* <p>Returns an iterator which can be used to walk through the characters described by this range.</p> * <p>Returns an iterator which can be used to walk through the characters described by this range.</p>
* *