You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/11/22 22:16:18 UTC

svn commit: r1544684 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/Globals.java

Author: kkolinko
Date: Fri Nov 22 21:16:18 2013
New Revision: 1544684

URL: http://svn.apache.org/r1544684
Log:
Merged r1544472 from tomcat/trunk:
Correct typos in javadoc

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1544472

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java?rev=1544684&r1=1544683&r2=1544684&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/Globals.java Fri Nov 22 21:16:18 2013
@@ -312,7 +312,7 @@ public final class Globals {
      * Name of the ServletContext init-param that determines if the JSP engine
      * should validate *.tld files when parsing them.
      * <p>
-     * This must be kept in sync with org.apache.japser.Constants
+     * This must be kept in sync with org.apache.jasper.Constants
      */
     public static final String JASPER_XML_VALIDATION_TLD_INIT_PARAM =
             "org.apache.jasper.XML_VALIDATE_TLD";
@@ -322,7 +322,7 @@ public final class Globals {
      * Name of the ServletContext init-param that determines if the JSP engine
      * should validate *.jspx and *.tagx files when parsing them.
      * <p>
-     * This must be kept in sync with org.apache.japser.Constants
+     * This must be kept in sync with org.apache.jasper.Constants
      */
     public static final String JASPER_XML_VALIDATION_DOC_INIT_PARAM =
             "org.apache.jasper.XML_VALIDATE_DOC";



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