Skip to content

Commit 4a8ac54

Browse files
committed
IO-193: Broken input and output streams
Next release version is 2.0 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@805160 13f79535-47bb-0310-9956-ffa450edef68
1 parent d0ccc55 commit 4a8ac54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* This class is mostly useful for testing error handling in code that uses an
2727
* input stream.
2828
*
29-
* @since Commons IO 1.5
29+
* @since Commons IO 2.0
3030
*/
3131
public class BrokenInputStream extends InputStream {
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* This class is mostly useful for testing error handling in code that uses an
2727
* output stream.
2828
*
29-
* @since Commons IO 1.5
29+
* @since Commons IO 2.0
3030
*/
3131
public class BrokenOutputStream extends OutputStream {
3232

0 commit comments

Comments
 (0)