You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2005/11/27 10:48:11 UTC

svn commit: r349194 - /jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/CollectionResourcesBase.java

Author: niallp
Date: Sun Nov 27 01:48:02 2005
New Revision: 349194

URL: http://svn.apache.org/viewcvs?rev=349194&view=rev
Log:
Add read method for the default locale

Modified:
    jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/CollectionResourcesBase.java

Modified: jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/CollectionResourcesBase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/CollectionResourcesBase.java?rev=349194&r1=349193&r2=349194&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/CollectionResourcesBase.java (original)
+++ jakarta/commons/proper/resources/trunk/src/java/org/apache/commons/resources/impl/CollectionResourcesBase.java Sun Nov 27 01:48:02 2005
@@ -115,6 +115,14 @@
     }
 
     /**
+     * Return the default locale.
+     * @return The default Locale.
+     */
+    public Locale getDefaultLocale() {
+        return defaultLocale;
+    }
+
+    /**
      * @see org.apache.commons.resources.impl.ResourcesBase#getKeys()
      */
     public Iterator getKeys() {



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org