dlr 2003/02/12 09:45:09
Modified: src/java/org/apache/jcs/auxiliary/remote
RemoteCacheNoWait.java
Log:
* src/java/org/apache/jcs/auxiliary/remote/RemoteCacheNoWait.java
getGroupKeys(String): Propogate exception thrown by RemoteCache's
version of this method (which this impl delegates to).
http://cvs.apache.org/builds/gump/2003-02-11/jakarta-turbine-jcs.html
http://cvs.apache.org/builds/gump/2003-02-12/jakarta-turbine-jcs.html
Revision Changes Path
1.5 +1 -0
jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheNoWait.java
Index: RemoteCacheNoWait.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/RemoteCacheNoWait.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -u -r1.4 -r1.5
--- RemoteCacheNoWait.java 27 Jul 2002 06:39:50 -0000 1.4
+++ RemoteCacheNoWait.java 12 Feb 2003 17:45:09 -0000 1.5
@@ -93,6 +93,7 @@
}
public Set getGroupKeys(String groupName)
+ throws IOException
{
return cache.getGroupKeys(groupName);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]