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 as...@apache.org on 2004/06/09 06:12:03 UTC

cvs commit: jakarta-turbine-jcs/tempbuild jcs-1.0-dev.jar

asmuts      2004/06/08 21:12:03

  Modified:    src/test/org/apache/jcs/auxiliary/remote
                        RemoteCacheClientTest.java
               tempbuild jcs-1.0-dev.jar
  Log:
  New admin jsp., will move and clean later.
  
  I don't want anyone to have to use velocity to use the admin page.
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-turbine-jcs/src/test/org/apache/jcs/auxiliary/remote/RemoteCacheClientTest.java
  
  Index: RemoteCacheClientTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/src/test/org/apache/jcs/auxiliary/remote/RemoteCacheClientTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoteCacheClientTest.java	15 Apr 2004 19:24:19 -0000	1.2
  +++ RemoteCacheClientTest.java	9 Jun 2004 04:12:03 -0000	1.3
  @@ -60,7 +60,7 @@
       final int count;
   
       /** Description of the Field */
  -    protected static byte listenerId = 0;
  +    protected static long listenerId = 0;
   
   
       /**
  @@ -284,7 +284,7 @@
        *
        * @param id The new listenerId value
        */
  -    public void setListenerId( byte id )
  +    public void setListenerId( long id )
           throws IOException
       {
           this.listenerId = id;
  @@ -297,7 +297,7 @@
        *
        * @return The listenerId value
        */
  -    public byte getListenerId()
  +    public long getListenerId()
           throws IOException
       {
           return this.listenerId;
  
  
  
  1.5       +969 -880  jakarta-turbine-jcs/tempbuild/jcs-1.0-dev.jar
  
  	<<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org