bayard 2004/02/09 22:07:08
Modified: io/src/java/org/apache/commons/io/input ProxyReader.java
Log:
slight paragraph change
Revision Changes Path
1.2 +3 -1
jakarta-commons/io/src/java/org/apache/commons/io/input/ProxyReader.java
Index: ProxyReader.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/io/src/java/org/apache/commons/io/input/ProxyReader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ProxyReader.java 29 Dec 2003 06:18:08 -0000 1.1
+++ ProxyReader.java 10 Feb 2004 06:07:08 -0000 1.2
@@ -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 FilterReader
+ * being called.
+ *
+ * It is an alternative base class to FilterReader
* to increase reusability, because FilterReader changes the
* methods being called, such as read(char[]) to read(char[], int, int).
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]