bayard 2004/02/09 22:06:48
Modified: io/src/java/org/apache/commons/io/input
ProxyInputStream.java
Log:
slight paragraph change
Revision Changes Path
1.4 +3 -1
jakarta-commons/io/src/java/org/apache/commons/io/input/ProxyInputStream.java
Index: ProxyInputStream.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/io/src/java/org/apache/commons/io/input/ProxyInputStream.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ProxyInputStream.java 23 Nov 2003 08:34:34 -0000 1.3
+++ ProxyInputStream.java 10 Feb 2004 06:06:48 -0000 1.4
@@ -60,7 +60,9 @@
/**
* A Proxy stream which acts as expected, that is it passes the method
* calls on to the proxied stream and doesn't change which methods are
- * being called. It is an alternative base class to FilterInputStream
+ * being called.
+ *
+ * It is an alternative base class to FilterInputStream
* to increase reusability, because FilterInputStream changes the
* methods being called, such as read(byte[]) to read(byte[], int, int).
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]