You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2004/04/24 21:24:09 UTC

cvs commit: jakarta-commons/io/src/java/org/apache/commons/io/output ByteArrayOutputStream.java

jeremias    2004/04/24 12:24:09

  Modified:    io/src/java/org/apache/commons/io/output
                        ByteArrayOutputStream.java
  Log:
  Removed unused, commented code.
  
  Revision  Changes    Path
  1.8       +1 -6      jakarta-commons/io/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java
  
  Index: ByteArrayOutputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/io/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ByteArrayOutputStream.java	23 Feb 2004 04:48:17 -0000	1.7
  +++ ByteArrayOutputStream.java	24 Apr 2004 19:24:09 -0000	1.8
  @@ -79,11 +79,6 @@
           return (byte[])buffers.get(index);
       }
   
  -    /* unused ATM
  -    private int getCurrentCapacity() {
  -        return filledBufferSum + currentBuffer.length;
  -    }*/
  -    
       private void needNewBuffer(int newcount) {
           if (currentBufferIndex < buffers.size() - 1) {
               //Recycling old buffer
  
  
  

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