From: kkolinko Date: Sat, 13 Feb 2010 18:04:52 +0000 (+0000) Subject: JavaDoc correction X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ef5ed57d7b2e690baa1433d69ea0a2c9558e7ae3;p=tomcat7.0 JavaDoc correction git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@909865 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/Generator.java b/java/org/apache/jasper/compiler/Generator.java index 84958b6b2..b079b4c9d 100644 --- a/java/org/apache/jasper/compiler/Generator.java +++ b/java/org/apache/jasper/compiler/Generator.java @@ -168,7 +168,7 @@ class Generator { } /** - * Finds the subelement of the given parent node. If not + * Finds the <jsp:body> subelement of the given parent node. If not * found, null is returned. */ protected static Node.JspBody findJspBody(Node parent) {