Skip to content

Commit 180e6c3

Browse files
committed
now deprecated
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@421532 13f79535-47bb-0310-9956-ffa450edef68
1 parent c0368c8 commit 180e6c3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* A decorating input stream that counts the number of bytes that
2323
* have passed through so far.
2424
*
25+
* @deprecated now found in Commons IO
26+
*
2527
* @author Henri Yandell
2628
* @author Marcelo Liberato
2729
* @version $Id$

src/java/org/apache/commons/io/output/CountingOutputStream.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* Used in debugging, it counts the number of bytes that pass
2323
* through it.
2424
*
25+
* @deprecated now found in Commons IO
26+
*
2527
* @author <a href="mailto:bayard@apache.org">Henri Yandell</a>
2628
* @version $Id$
2729
*/

0 commit comments

Comments
 (0)