Modified: jakarta/jcs/trunk/src/test/org/apache/jcs/auxiliary/remote/RemoteCacheClientTester.java URL: http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/test/org/apache/jcs/auxiliary/remote/RemoteCacheClientTester.java?rev=432936&r1=432935&r2=432936&view=diff ============================================================================== --- jakarta/jcs/trunk/src/test/org/apache/jcs/auxiliary/remote/RemoteCacheClientTester.java (original) +++ jakarta/jcs/trunk/src/test/org/apache/jcs/auxiliary/remote/RemoteCacheClientTester.java Sat Aug 19 22:00:28 2006 @@ -306,4 +306,14 @@ // TODO Auto-generated method stub return null; } + + /* (non-Javadoc) + * @see org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheListener#dispose() + */ + public void dispose() + throws IOException + { + // TODO Auto-generated method stub + + } }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
