mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-13461 Removing obsolete comment in StringSegment.java
X-SVN-Rev: 41081
This commit is contained in:
parent
04a7f2e10b
commit
4a5c8afa5b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue