jtaylor     2003/02/10 12:51:19

  Modified:    src/java/org/apache/jcs/auxiliary/remote/behavior
                        IRemoteCacheService.java
  Log:
  Style fix (my fault, not the patch contributor)
  
  Revision  Changes    Path
  1.4       +2 -1      
jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheService.java
  
  Index: IRemoteCacheService.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-jcs/src/java/org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheService.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IRemoteCacheService.java  10 Feb 2003 20:44:25 -0000      1.3
  +++ IRemoteCacheService.java  10 Feb 2003 20:51:19 -0000      1.4
  @@ -34,5 +34,6 @@
       public void removeAll( String cacheName, byte requesterId )
           throws IOException;
   
  -    public Set getGroupKeys(String cacheName, String groupName) throws IOException;
  +    public Set getGroupKeys(String cacheName, String groupName) 
  +        throws IOException;
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to