You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/06/14 11:52:54 UTC

svn commit: r1493013 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

Author: markt
Date: Fri Jun 14 09:52:53 2013
New Revision: 1493013

URL: http://svn.apache.org/r1493013
Log:
More clarity

Modified:
    tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/StandardContext.java?rev=1493013&r1=1493012&r2=1493013&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/StandardContext.java (original)
+++ tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Fri Jun 14 09:52:53 2013
@@ -228,7 +228,8 @@ public class StandardContext extends Con
 
     /**
      * The set of application listener class names configured for this
-     * application, in the order they were encountered in the web.xml file.
+     * application, in the order they were encountered in the resulting merged
+     * web.xml file.
      */
     private ApplicationListener applicationListeners[] =
             new ApplicationListener[0];



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org