hchar 2005/02/02 03:22:58
Modified: sandbox/yajcache/src/org/apache/jcs/yajcache/file
CacheFileManager.java
Log:
move to package o.a.j.y.beans
Revision Changes Path
1.3 +5 -3
jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileManager.java
Index: CacheFileManager.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-jcs/sandbox/yajcache/src/org/apache/jcs/yajcache/file/CacheFileManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CacheFileManager.java 29 Jan 2005 12:37:00 -0000 1.2
+++ CacheFileManager.java 2 Feb 2005 11:22:58 -0000 1.3
@@ -18,12 +18,14 @@
import java.io.Serializable;
import org.apache.commons.lang.SerializationUtils;
-import org.apache.jcs.yajcache.core.ICacheChangeListener;
-import org.apache.jcs.yajcache.event.CacheChangeEvent;
+import org.apache.jcs.yajcache.beans.ICacheChangeListener;
+import org.apache.jcs.yajcache.beans.CacheChangeEvent;
+import org.apache.jcs.yajcache.beans.ICacheChangeHandler;
import org.apache.jcs.yajcache.lang.annotation.*;
import org.apache.jcs.yajcache.core.ICache;
-import org.apache.jcs.yajcache.core.ICacheChangeHandler;
+import org.apache.jcs.yajcache.beans.ICacheChangeHandler;
+import org.apache.jcs.yajcache.beans.ICacheChangeListener;
/**
*
* Handle cache change events by persisting to or removing from the file
system.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]