Author: tv
Date: Wed Jan  7 09:34:11 2015
New Revision: 1650019

URL: http://svn.apache.org/r1650019
Log:
Cut&Paste error

Modified:
    
commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/behavior/IRemoteCacheServer.java

Modified: 
commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/behavior/IRemoteCacheServer.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/behavior/IRemoteCacheServer.java?rev=1650019&r1=1650018&r2=1650019&view=diff
==============================================================================
--- 
commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/behavior/IRemoteCacheServer.java
 (original)
+++ 
commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/server/behavior/IRemoteCacheServer.java
 Wed Jan  7 09:34:11 2015
@@ -1,7 +1,8 @@
 package org.apache.commons.jcs.auxiliary.remote.server.behavior;
 
 import java.rmi.Remote;
-import org.apache.commons.jcs.engine.behavior.ICacheObserver;
+
+import org.apache.commons.jcs.auxiliary.remote.behavior.IRemoteCacheObserver;
 import org.apache.commons.jcs.engine.behavior.ICacheServiceAdmin;
 import org.apache.commons.jcs.engine.behavior.ICacheServiceNonLocal;
 
@@ -31,7 +32,7 @@ import org.apache.commons.jcs.engine.beh
  *
  */
 public interface IRemoteCacheServer<K, V>
-    extends ICacheServiceNonLocal<K, V>, ICacheObserver, ICacheServiceAdmin, 
Remote
+    extends ICacheServiceNonLocal<K, V>, IRemoteCacheObserver, 
ICacheServiceAdmin, Remote
 {
     // empty
 }


Reply via email to