2013/6/14  <ma...@apache.org>:
> Author: markt
> Date: Fri Jun 14 09:43:27 2013
> New Revision: 1493011
>
> URL: http://svn.apache.org/r1493011
> Log:
> Improve comments.
> Rename local variable for clarity.
>
> Modified:
>     tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java
>     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=1493011&r1=1493010&r2=1493011&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:43:27 2013
> @@ -227,8 +227,8 @@ public class StandardContext extends Con
>
>
>      /**
> -     * The set of application listeners configured for this application, in 
> the
> -     * order they were encountered in the web.xml file.
> +     * The set of application listener class names configured for this
> +     * application, in the order they were encountered in the web.xml file.

BTW, "in the order they were encountered in the web.xml file." comment
does not say anything about web fragments.

>       */
>      private ApplicationListener applicationListeners[] =
>              new ApplicationListener[0];
> @@ -237,14 +237,18 @@ public class StandardContext extends Con

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

Reply via email to