Author: thomas.heute(a)jboss.com
Date: 2007-11-26 06:14:31 -0500 (Mon, 26 Nov 2007)
New Revision: 9101
Modified:
modules/common/trunk/common/src/main/java/org/jboss/portal/common/i18n/ResourceBundleManager.java
Log:
minor
Modified:
modules/common/trunk/common/src/main/java/org/jboss/portal/common/i18n/ResourceBundleManager.java
===================================================================
---
modules/common/trunk/common/src/main/java/org/jboss/portal/common/i18n/ResourceBundleManager.java 2007-11-26
11:06:27 UTC (rev 9100)
+++
modules/common/trunk/common/src/main/java/org/jboss/portal/common/i18n/ResourceBundleManager.java 2007-11-26
11:14:31 UTC (rev 9101)
@@ -32,8 +32,8 @@
import java.util.ResourceBundle;
/**
- * <p>Manage a set of resource bundles. Obtention of bundles is done using a
ResourceBundleFactory object. A bundle
- * obtained succesfully is cached in order to avoid the potential expensive cost of
bundle obtention.</p>
+ * <p>Manage a set of resource bundles. Obtaining bundles is done using a
ResourceBundleFactory object. A bundle
+ * obtained successfully is cached in order to avoid the potential expensive cost of
bundle retrieval.</p>
* <p/>
* <p>The manager can also be used to build LocalizedString object from the loaded
bundles.</p>
*
Show replies by date