Author: adrianc
Date: Sun Jul 4 18:07:14 2010
New Revision: 960373
URL:
http://svn.apache.org/viewvc?rev=960373&view=revLog:
Fixed UtilCache.java JavaDoc.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/UtilCache.java
Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/UtilCache.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/UtilCache.java?rev=960373&r1=960372&r2=960373&view=diff==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/UtilCache.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/cache/UtilCache.java Sun Jul 4 18:07:14 2010
@@ -748,7 +748,7 @@ public class UtilCache<K, V> implements
/** Sets the expire time for the cache elements.
* If 0, elements never expire.
- * @param expireTime The expire time for the cache elements
+ * @param expireTimeMillis The expire time for the cache elements
*/
public void setExpireTime(long expireTimeMillis) {
// if expire time was <= 0 and is now greater, fill expire table now