- I suppose I can remove the method then.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Nov 2006 22:31:37 +0000 (22:31 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 20 Nov 2006 22:31:37 +0000 (22:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@477369 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/CoyoteOutputStream.java

index 9938b18..cc5dd89 100644 (file)
@@ -105,14 +105,5 @@ public class CoyoteOutputStream
     }
 
 
-    // -------------------------------------------- ServletOutputStream Methods
-
-
-    public void print(String s)
-        throws IOException {
-        super.print(s);
-    }
-
-
 }