mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3280 correct docs
X-SVN-Rev: 13240
This commit is contained in:
parent
85665276a9
commit
03e8319ee8
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public class RuleCharacterIterator {
|
|||
|
||||
if (c == '\\' && (options & PARSE_ESCAPES) != 0) {
|
||||
c = Utility.unescapeAt(this);
|
||||
isEscaped = true; // unescapeAt() sets isEscaped to false
|
||||
isEscaped = true;
|
||||
if (c < 0) {
|
||||
throw new IllegalArgumentException("Invalid escape");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue