From: markt Date: Thu, 16 Jul 2009 16:16:40 +0000 (+0000) Subject: Make clear this isn't the complete list if tag libraries for the app. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=69ba2cfd1bbd3578b26a9fd02842b23e6bffa51b;p=tomcat7.0 Make clear this isn't the complete list if tag libraries for the app. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@794732 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/core/StandardContext.java b/java/org/apache/catalina/core/StandardContext.java index 2fe7346c2..d291f5d50 100644 --- a/java/org/apache/catalina/core/StandardContext.java +++ b/java/org/apache/catalina/core/StandardContext.java @@ -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 taglibs = new HashMap();