mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-4180 modify the right set!
X-SVN-Rev: 16680
This commit is contained in:
parent
9a5baf62f7
commit
72eaa1feca
1 changed files with 1 additions and 1 deletions
|
@ -2374,7 +2374,7 @@ public class UnicodeSet extends UnicodeFilter {
|
|||
public void addAll(Collection source) {
|
||||
Iterator it = source.iterator();
|
||||
while (it.hasNext()) {
|
||||
source.add(it.next().toString());
|
||||
add(it.next().toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue