You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by dl...@apache.org on 2003/02/11 12:06:09 UTC

cvs commit: jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote RemoteCache.java

dlr         2003/02/11 03:06:09

  Modified:    src/java/org/apache/jcs/auxiliary/remote RemoteCache.java
  Log:
  * src/java/org/apache/jcs/auxiliary/remote/RemoteCache.java
    getGroupKeys(String): Declare possibility of IOException.
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/RemoteCache.java
  
  Index: RemoteCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/RemoteCache.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- RemoteCache.java	27 Jul 2002 06:39:50 -0000	1.4
  +++ RemoteCache.java	11 Feb 2003 11:06:09 -0000	1.5
  @@ -163,6 +163,7 @@
       }
   
       public Set getGroupKeys(String groupName)
  +        throws IOException
       {
           return remote.getGroupKeys(cacheName, groupName);
       }
  
  
  

Re: cvs commit: jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote RemoteCache.java

Posted by Martin Poeschl <mp...@marmot.at>.
this breaks the build!!

maybe you missed some files to checkin??

martin

dlr@apache.org wrote:

>dlr         2003/02/11 03:06:09
>
>  Modified:    src/java/org/apache/jcs/auxiliary/remote RemoteCache.java
>  Log:
>  * src/java/org/apache/jcs/auxiliary/remote/RemoteCache.java
>    getGroupKeys(String): Declare possibility of IOException.
>  
>  Revision  Changes    Path
>  1.5       +1 -0      jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/RemoteCache.java
>  
>  Index: RemoteCache.java
>  ===================================================================
>  RCS file: /home/cvs/jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/RemoteCache.java,v
>  retrieving revision 1.4
>  retrieving revision 1.5
>  diff -u -u -r1.4 -r1.5
>  --- RemoteCache.java	27 Jul 2002 06:39:50 -0000	1.4
>  +++ RemoteCache.java	11 Feb 2003 11:06:09 -0000	1.5
>  @@ -163,6 +163,7 @@
>       }
>   
>       public Set getGroupKeys(String groupName)
>  +        throws IOException
>       {
>           return remote.getGroupKeys(cacheName, groupName);
>       }
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org
>
>  
>