Update info - should probably just delete all these
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 Jan 2011 18:27:02 +0000 (18:27 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 20 Jan 2011 18:27:02 +0000 (18:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1061438 13f79535-47bb-0310-9956-ffa450edef68

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

index 3fdf46a..86b1018 100644 (file)
@@ -100,7 +100,7 @@ public class Response
      * Descriptive information about this Response implementation.
      */
     protected static final String info =
-        "org.apache.coyote.tomcat5.CoyoteResponse/1.0";
+        "org.apache.coyote.catalina.CoyoteResponse/1.0";
 
 
     /**