mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 10:08:32 +00:00
Format nits
This commit is contained in:
parent
effb8c7d3c
commit
e79f81f746
@ -68,13 +68,15 @@ static class SyncAvoid {
|
||||
*/
|
||||
private static final char DASH = '-';
|
||||
|
||||
/** Concurrent map of language locales by country. */
|
||||
private static final ConcurrentMap<String, List<Locale>> cLanguagesByCountry =
|
||||
new ConcurrentHashMap<>();
|
||||
/**
|
||||
* Concurrent map of language locales by country.
|
||||
*/
|
||||
private static final ConcurrentMap<String, List<Locale>> cLanguagesByCountry = new ConcurrentHashMap<>();
|
||||
|
||||
/** Concurrent map of country locales by language. */
|
||||
private static final ConcurrentMap<String, List<Locale>> cCountriesByLanguage =
|
||||
new ConcurrentHashMap<>();
|
||||
/**
|
||||
* Concurrent map of country locales by language.
|
||||
*/
|
||||
private static final ConcurrentMap<String, List<Locale>> cCountriesByLanguage = new ConcurrentHashMap<>();
|
||||
|
||||
/**
|
||||
* Obtains an unmodifiable list of installed locales.
|
||||
|
Loading…
x
Reference in New Issue
Block a user