svn commit: r573994 - /ofbiz/branches/release4.0/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r573994 - /ofbiz/branches/release4.0/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java

jleroux@apache.org
Author: jleroux
Date: Sun Sep  9 04:37:22 2007
New Revision: 573994

URL: http://svn.apache.org/viewvc?rev=573994&view=rev
Log:
Applied fix from trunk for revision: 559038

Modified:
    ofbiz/branches/release4.0/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java

Modified: ofbiz/branches/release4.0/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java?rev=573994&r1=573993&r2=573994&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java (original)
+++ ofbiz/branches/release4.0/framework/base/src/base/org/ofbiz/base/util/cache/UtilCache.java Sun Sep  9 04:37:22 2007
@@ -94,7 +94,7 @@
 
     /** Specifies whether or not to use file base stored for this cache, defautls to false */
     protected boolean useFileSystemStore = false;
-    private String fileStore = "framework/data/utilcache";
+    private String fileStore = "runtime/data/utilcache";
 
     /** The set of listeners to receive notifcations when items are modidfied(either delibrately or because they were expired). */
     protected Set listeners = FastSet.newInstance();