mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-10 12:05:06 +00:00
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git
This commit is contained in:
commit
7f3b3562a7
@ -115,8 +115,7 @@ public void testExtendedAndBuiltInFormats() {
|
||||
final String extendedPattern = "Name: {0,upper} ";
|
||||
final String pattern = extendedPattern + builtinsPattern;
|
||||
|
||||
final HashSet<Locale> testLocales = new HashSet<>();
|
||||
testLocales.addAll(Arrays.asList(DateFormat.getAvailableLocales()));
|
||||
final HashSet<Locale> testLocales = new HashSet<>(Arrays.asList(DateFormat.getAvailableLocales()));
|
||||
testLocales.retainAll(Arrays.asList(NumberFormat.getAvailableLocales()));
|
||||
testLocales.add(null);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user