ICU-13461 Removing obsolete comment in StringSegment.java

X-SVN-Rev: 41081
This commit is contained in:
Shane Carr 2018-03-07 22:28:36 +00:00
parent 04a7f2e10b
commit 4a5c8afa5b

View file

@ -87,8 +87,7 @@ public class StringSegment implements CharSequence {
}
/**
* Returns the first code point in the string segment, or -1 if the string starts with an invalid
* code point.
* Returns the first code point in the string segment.
*
* <p>
* <strong>Important:</strong> Most of the time, you should use {@link #startsWith}, which handles