You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/03/14 17:08:19 UTC

svn commit: r754474 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/LocaleUtils.java

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;
     }