Remove todo for bad idea
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Oct 2010 13:47:25 +0000 (13:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 4 Oct 2010 13:47:25 +0000 (13:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004235 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/StandardContext.java

index 531c13e..b4db3be 100644 (file)
@@ -1780,7 +1780,7 @@ public class StandardContext extends ContainerBase
      * @param path The new context path
      */
     public void setPath(String path) {
-        // XXX Use host in name
+
         setName(path);
 
     }