JavaDoc correction
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 13 Feb 2010 18:14:32 +0000 (18:14 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 13 Feb 2010 18:14:32 +0000 (18:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@909866 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/Generator.java

index b079b4c..04945f6 100644 (file)
@@ -962,9 +962,9 @@ class Generator {
         }
 
         /**
-         * 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 @@ class Generator {
         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 {