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:14:33 UTC

svn commit: r909866 - /tomcat/trunk/java/org/apache/jasper/compiler/Generator.java

Author: kkolinko
Date: Sat Feb 13 18:14:32 2010
New Revision: 909866

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

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

Modified: tomcat/trunk/java/org/apache/jasper/compiler/Generator.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/Generator.java?rev=909866&r1=909865&r2=909866&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/Generator.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/Generator.java Sat Feb 13 18:14:32 2010
@@ -962,9 +962,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.
@@ -1380,7 +1380,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