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/12/11 13:00:18 UTC

svn commit: r1550115 - /tomcat/trunk/webapps/examples/WEB-INF/web.xml

Author: markt
Date: Wed Dec 11 12:00:17 2013
New Revision: 1550115

URL: http://svn.apache.org/r1550115
Log:
Consistent naming

Modified:
    tomcat/trunk/webapps/examples/WEB-INF/web.xml

Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/web.xml?rev=1550115&r1=1550114&r2=1550115&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/trunk/webapps/examples/WEB-INF/web.xml Wed Dec 11 12:00:17 2013
@@ -29,7 +29,7 @@
 
     <!-- Define example filters -->
     <filter>
-        <filter-name>Timing filter</filter-name>
+        <filter-name>Timing Filter</filter-name>
         <filter-class>filters.ExampleFilter</filter-class>
         <init-param>
             <param-name>attribute</param-name>



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