ICU-3886 fixed (java)

X-SVN-Rev: 15979
This commit is contained in:
Mark Davis 2004-07-07 14:29:18 +00:00
parent ba5c47a577
commit 63f59ddccc

View file

@ -214,7 +214,7 @@ public class UnicodeSetIterator {
* @internal
*/
public String getString() {
if (codepoint == IS_STRING) {
if (codepoint != IS_STRING) {
return UTF16.valueOf(codepoint);
}
return string;