From: markt Date: Thu, 23 Apr 2009 17:02:02 +0000 (+0000) Subject: Another unused method X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3ae2d77852484279b1c313b28c4596980f5a9978;p=tomcat7.0 Another unused method git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@767978 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/connector/Response.java b/java/org/apache/catalina/connector/Response.java index 7c3e65e33..07c4ee2bf 100644 --- a/java/org/apache/catalina/connector/Response.java +++ b/java/org/apache/catalina/connector/Response.java @@ -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