Author: sebb
Date: Sat Mar 14 16:08:19 2009
New Revision: 754474

URL: http://svn.apache.org/viewvc?rev=754474&view=rev
Log:
Oops, readers need to be synch too

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java

Modified: 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java?rev=754474&r1=754473&r2=754474&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java 
(original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java 
Sat Mar 14 16:08:19 2009
@@ -192,7 +192,7 @@
      *
      * @return the unmodifiable list of available locales
      */
-    public static List availableLocaleList() {
+    public static synchronized List availableLocaleList() {
         return cAvailableLocaleList;
     }
 


Reply via email to