joerg 2004/05/25 18:41:48
Modified: src/java/org/apache/cocoon/environment/http
HttpEnvironment.java
Log:
unused private field removed
Revision Changes Path
1.17 +2 -5
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.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- HttpEnvironment.java 25 May 2004 07:28:25 -0000 1.16
+++ HttpEnvironment.java 26 May 2004 01:41:48 -0000 1.17
@@ -50,9 +50,6 @@
/** Cache content type as there is no getContentType() in reponse object
*/
private String contentType;
- /** Did we redirect ? */
- private boolean hasRedirected = false;
-
/**
* Constructs a HttpEnvironment object from a HttpServletRequest
* and HttpServletResponse objects
@@ -211,7 +208,7 @@
* 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()}.
+ * This method replaces [EMAIL PROTECTED] #getOutputStream(int)}.
*/
public OutputStream getOutputStream(final int bufferSize)
throws IOException {