mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-21584 Fixed Java7 build error in earlier fix.
This commit is contained in:
parent
7e07633997
commit
4a9d2bd0b8
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ public class RegionTest extends TestFmwk {
|
|||
for (Region childRegion : actualChildren) {
|
||||
actualChildIDs.add(childRegion.toString());
|
||||
}
|
||||
actualChildIDs.sort(null);
|
||||
java.util.Collections.sort(actualChildIDs);
|
||||
|
||||
for (int i = 0; i < actualChildIDs.size() && i < expectedChildren.length; i++) {
|
||||
if (!expectedChildren[i].equals(actualChildIDs.get(i))) {
|
||||
|
|
Loading…
Add table
Reference in a new issue