Oops, readers need to be synch too

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@754474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-03-14 16:08:19 +00:00
parent 2bfd4fec17
commit fb94c3fe59
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ public static List localeLookupList(Locale locale, Locale defaultLocale) {
*
* @return the unmodifiable list of available locales
*/
public static List availableLocaleList() {
public static synchronized List availableLocaleList() {
return cAvailableLocaleList;
}