mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3836 synchronize rule based transliterators.
X-SVN-Rev: 15871
This commit is contained in:
parent
0a61ee4332
commit
aa84eee200
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class RuleBasedTransliterator extends Transliterator {
|
|||
* Implements {@link Transliterator#handleTransliterate}.
|
||||
* @internal
|
||||
*/
|
||||
protected void handleTransliterate(Replaceable text,
|
||||
protected synchronized void handleTransliterate(Replaceable text,
|
||||
Position index, boolean incremental) {
|
||||
/* We keep start and limit fixed the entire time,
|
||||
* relative to the text -- limit may move numerically if text is
|
||||
|
|
Loading…
Add table
Reference in a new issue