[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...
Gavin King
gavin.king at jboss.com
Wed Nov 15 17:09:56 EST 2006
User: gavin
Date: 06/11/15 17:09:56
Modified: src/main/org/jboss/seam/core ResourceBundle.java
Log:
JBSEAM-421
Revision Changes Path
1.20 +8 -1 jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ResourceBundle.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/ResourceBundle.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- ResourceBundle.java 31 Oct 2006 23:25:48 -0000 1.19
+++ ResourceBundle.java 15 Nov 2006 22:09:56 -0000 1.20
@@ -60,7 +60,14 @@
return bundleNames==null || bundleNames.length==0 ? null : bundleNames[0];
}
- private java.util.ResourceBundle loadBundle(String bundleName)
+ /**
+ * Load a resource bundle by name (may be overridden by subclasses
+ * who want to use non-standard resource bundle types).
+ *
+ * @param bundleName the name of the resource bundle
+ * @return an instance of java.util.ResourceBundle
+ */
+ protected java.util.ResourceBundle loadBundle(String bundleName)
{
try
{
More information about the jboss-cvs-commits
mailing list