billbarker    02/03/15 22:37:46

  Modified:    util/java/org/apache/tomcat/util/buf ByteChunk.java
  Log:
  When looking at Remy's change, this caught my eye.
  
  If I'm doing something really stupid here, please -1.  util/buf is not one of the 
packages I've studied a lot.
  
  Revision  Changes    Path
  1.9       +1 -1      
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf/ByteChunk.java
  
  Index: ByteChunk.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf/ByteChunk.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ByteChunk.java    16 Mar 2002 05:34:57 -0000      1.8
  +++ ByteChunk.java    16 Mar 2002 06:37:46 -0000      1.9
  @@ -403,8 +403,8 @@
        System.arraycopy(buff, start, tmp, 0, end-start);
        buff = tmp;
        tmp = null;
  -     start=0;
        end=end-start;
  +     start=0;
       }
       
       // -------------------- Conversion and getters --------------------
  
  
  

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

Reply via email to