Skip to content

Commit 7aa6eae

Browse files
committed
Removed unused import.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140463 13f79535-47bb-0310-9956-ffa450edef68
1 parent 672de94 commit 7aa6eae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/java/org/apache/commons/io/input/CountingInputStream.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@
5555

5656
import java.io.IOException;
5757
import java.io.InputStream;
58-
import java.io.FilterInputStream;
5958

6059
/**
6160
* Used in debugging, it counts the number of bytes that pass
6261
* through it.
6362
*
6463
* @author <a href="mailto:bayard@apache.org">Henri Yandell</a>
65-
* @version $Id: CountingInputStream.java,v 1.5 2003/11/23 09:20:20 bayard Exp $
64+
* @version $Id: CountingInputStream.java,v 1.6 2003/12/30 15:19:00 jeremias Exp $
6665
*/
6766
public class CountingInputStream extends ProxyInputStream {
6867

0 commit comments

Comments
 (0)