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

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

index 84958b6..b079b4c 100644 (file)
@@ -168,7 +168,7 @@ class Generator {
     }
 
     /**
-     * Finds the <jsp:body> subelement of the given parent node. If not
+     * Finds the &lt;jsp:body&gt; subelement of the given parent node. If not
      * found, null is returned.
      */
     protected static Node.JspBody findJspBody(Node parent) {