Another unused method
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 23 Apr 2009 17:02:02 +0000 (17:02 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 23 Apr 2009 17:02:02 +0000 (17:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@767978 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/Response.java

index 7c3e65e..07c4ee2 100644 (file)
@@ -415,16 +415,6 @@ public class Response
 
 
     /**
-     * Set the output stream associated with this Response.
-     *
-     * @param stream The new output stream
-     */
-    public void setStream(OutputStream stream) {
-        // This method is evil
-    }
-
-
-    /**
      * Set the suspended flag.
      * 
      * @param suspended The new suspended flag value