Skip to content

Commit f63be2b

Browse files
committed
Undeprecating - I deprecated these classes by mistake and not the ones in the source library that they came from
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@454182 13f79535-47bb-0310-9956-ffa450edef68
1 parent d4aa877 commit f63be2b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

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

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

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

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

0 commit comments

Comments
 (0)