From 4a5c8afa5b0a09a60818b42cdf075095566090ac Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Wed, 7 Mar 2018 22:28:36 +0000 Subject: [PATCH] ICU-13461 Removing obsolete comment in StringSegment.java X-SVN-Rev: 41081 --- .../main/classes/core/src/com/ibm/icu/impl/StringSegment.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/impl/StringSegment.java b/icu4j/main/classes/core/src/com/ibm/icu/impl/StringSegment.java index 138abe82392..3b4f9ce8d35 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/impl/StringSegment.java +++ b/icu4j/main/classes/core/src/com/ibm/icu/impl/StringSegment.java @@ -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. * *

* Important: Most of the time, you should use {@link #startsWith}, which handles