Make clear this isn't the complete list if tag libraries for the app.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 16 Jul 2009 16:16:40 +0000 (16:16 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 16 Jul 2009 16:16:40 +0000 (16:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@794732 13f79535-47bb-0310-9956-ffa450edef68

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

index 2fe7346..d291f5d 100644 (file)
@@ -558,7 +558,8 @@ public class StandardContext
 
 
     /**
-     * The JSP tag libraries for this web application, keyed by URI
+     * The JSP tag libraries defined in web.xml for this web application, keyed
+     * by URI.
      */
     private HashMap<String, String> taglibs = new HashMap<String, String>();