You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/11/07 20:50:02 UTC

svn commit: r712239 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

Author: adrianc
Date: Fri Nov  7 11:50:02 2008
New Revision: 712239

URL: http://svn.apache.org/viewvc?rev=712239&view=rev
Log:
Oops, missed the JavaDoc comments.

Modified:
    ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java

Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java?rev=712239&r1=712238&r2=712239&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java Fri Nov  7 11:50:02 2008
@@ -63,12 +63,12 @@
     public static final String module = UtilProperties.class.getName();
 
     /** An instance of the generic cache for storing the non-locale-specific properties.
-     *  Each FlexibleProperties instance is keyed by the resource String.
+     *  Each Properties instance is keyed by the resource String.
      */
     protected static UtilCache<String, Properties> resourceCache = new UtilCache<String, Properties>("properties.UtilPropertiesResourceCache");
 
     /** An instance of the generic cache for storing the non-locale-specific properties.
-     *  Each FlexibleProperties instance is keyed by the file's URL.
+     *  Each Properties instance is keyed by the file's URL.
      */
     protected static UtilCache<String, Properties> urlCache = new UtilCache<String, Properties>("properties.UtilPropertiesUrlCache");