Author: bayard
Date: Sun Oct 8 10:44:51 2006
New Revision: 454182
URL: http://svn.apache.org/viewvc?view=rev&rev=454182
Log:
Undeprecating - I deprecated these classes by mistake and not the ones in the
source library that they came from
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java?view=diff&rev=454182&r1=454181&r2=454182
==============================================================================
---
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java
(original)
+++
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java
Sun Oct 8 10:44:51 2006
@@ -23,8 +23,6 @@
* A decorating input stream that counts the number of bytes that
* have passed through so far.
*
- * @deprecated now found in Commons IO
- *
* @author Henri Yandell
* @author Marcelo Liberato
* @version $Id$
Modified:
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java?view=diff&rev=454182&r1=454181&r2=454182
==============================================================================
---
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java
(original)
+++
jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java
Sun Oct 8 10:44:51 2006
@@ -23,8 +23,6 @@
* Used in debugging, it counts the number of bytes that pass
* through it.
*
- * @deprecated now found in Commons IO
- *
* @author <a href="mailto:[EMAIL PROTECTED]">Henri Yandell</a>
* @version $Id$
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]