mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3886 fixed (java)
X-SVN-Rev: 15979
This commit is contained in:
parent
ba5c47a577
commit
63f59ddccc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue