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 2010/02/13 19:16:05 UTC

svn commit: r909867 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java

Author: kkolinko
Date: Sat Feb 13 18:16:05 2010
New Revision: 909867

URL: http://svn.apache.org/viewvc?rev=909867&view=rev
Log:
JavaDoc correction

Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java

Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java?rev=909867&r1=909866&r2=909867&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Generator.java Sat Feb 13 18:16:05 2010
@@ -949,9 +949,9 @@
         }
 
         /**
-         * Scans through all child nodes of the given parent for <param>
-         * subelements. For each <param> element, if its value is specified via
-         * a Named Attribute (<jsp:attribute>), generate the code to evaluate
+         * Scans through all child nodes of the given parent for &lt;param&gt;
+         * subelements. For each &lt;param&gt; element, if its value is specified via
+         * a Named Attribute (&lt;jsp:attribute&gt;), generate the code to evaluate
          * those bodies first.
          * <p>
          * If parent is null, simply returns.
@@ -1376,7 +1376,7 @@
         public void visit(Node.PlugIn n) throws JasperException {
 
             /**
-             * A visitor to handle <jsp:param> in a plugin
+             * A visitor to handle &lt;jsp:param&gt; in a plugin
              */
             class ParamVisitor extends Node.Visitor {
 



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