Skip to content

Commit

Permalink
CLDR-15817 Update loop over locales
Browse files Browse the repository at this point in the history
Co-authored-by: Steven R. Loomis <[email protected]>
  • Loading branch information
haytenf and srl295 authored Sep 9, 2024
1 parent 7fc5946 commit 5764b0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2103,8 +2103,7 @@ private boolean isValidPath(String xpath, ULocale locale) {
}

public void TestRefactoring() {
for (ULocale locale : ULocale.getAvailableLocales()) {
String loc = locale.toString();
for (final String loc : info.getCldrFactory().getAvailable()) {
CLDRFile resolvedCldrFile = info.getCLDRFile(loc, true);
CLDRFile unresolvedCldrFile = info.getCLDRFile(loc, false);
ExampleGenerator exampleGenerator = getExampleGenerator(loc);
Expand Down

0 comments on commit 5764b0f

Please sign in to comment.