cziegeler 2004/07/05 00:42:50
Modified: src/java/org/apache/cocoon/environment/http
HttpEnvironment.java
Log:
Fix javadoc
Revision Changes Path
1.18 +1 -2
cocoon-2.1/src/java/org/apache/cocoon/environment/http/HttpEnvironment.java
Index: HttpEnvironment.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/environment/http/HttpEnvironment.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- HttpEnvironment.java 26 May 2004 01:41:48 -0000 1.17
+++ HttpEnvironment.java 5 Jul 2004 07:42:50 -0000 1.18
@@ -208,7 +208,6 @@
* The returned stream is buffered by the environment. If the
* buffer size is -1 then the complete output is buffered.
* If the buffer size is 0, no buffering takes place.
- * This method replaces [EMAIL PROTECTED] #getOutputStream(int)}.
*/
public OutputStream getOutputStream(final int bufferSize)
throws IOException {