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:12:09 UTC

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

Author: sebb
Date: Sat Mar 14 16:12:09 2009
New Revision: 754477

URL: http://svn.apache.org/viewvc?rev=754477&view=rev
Log:
revert Oops, readers need to be synch too - misread field name

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=754477&r1=754476&r2=754477&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:12:09 2009
@@ -192,7 +192,7 @@
      *
      * @return the unmodifiable list of available locales
      */
-    public static synchronized List availableLocaleList() {
+    public static List availableLocaleList() {
         return cAvailableLocaleList;
     }