From: kkolinko Date: Sat, 13 Feb 2010 18:14:32 +0000 (+0000) Subject: JavaDoc correction X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=38625fe3cd2a8dc4d25c0ff872fbeedce25906c9;p=tomcat7.0 JavaDoc correction git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@909866 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/Generator.java b/java/org/apache/jasper/compiler/Generator.java index b079b4c9d..04945f68d 100644 --- a/java/org/apache/jasper/compiler/Generator.java +++ b/java/org/apache/jasper/compiler/Generator.java @@ -962,9 +962,9 @@ class Generator { } /** - * Scans through all child nodes of the given parent for - * subelements. For each element, if its value is specified via - * a Named Attribute (), generate the code to evaluate + * 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 * those bodies first. *

* If parent is null, simply returns. @@ -1380,7 +1380,7 @@ class Generator { public void visit(Node.PlugIn n) throws JasperException { /** - * A visitor to handle in a plugin + * A visitor to handle <jsp:param> in a plugin */ class ParamVisitor extends Node.Visitor {