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 2003/12/30 16:19:00 UTC

cvs commit: jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input CountingInputStream.java

jeremias    2003/12/30 07:19:00

  Modified:    io/src/java/org/apache/commons/io/input
                        CountingInputStream.java
  Log:
  Removed unused import.
  
  Revision  Changes    Path
  1.6       +1 -2      jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/CountingInputStream.java
  
  Index: CountingInputStream.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/src/java/org/apache/commons/io/input/CountingInputStream.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- CountingInputStream.java	23 Nov 2003 09:20:20 -0000	1.5
  +++ CountingInputStream.java	30 Dec 2003 15:19:00 -0000	1.6
  @@ -55,7 +55,6 @@
   
   import java.io.IOException;
   import java.io.InputStream;
  -import java.io.FilterInputStream;
   
   /**
    * Used in debugging, it counts the number of bytes that pass 
  
  
  

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