revert Oops, readers need to be synch too - misread field name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@754477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb94c3fe59
commit
dc08c40f60
|
@ -192,7 +192,7 @@ public class LocaleUtils {
|
||||||
*
|
*
|
||||||
* @return the unmodifiable list of available locales
|
* @return the unmodifiable list of available locales
|
||||||
*/
|
*/
|
||||||
public static synchronized List availableLocaleList() {
|
public static List availableLocaleList() {
|
||||||
return cAvailableLocaleList;
|
return cAvailableLocaleList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue