From ef5ed57d7b2e690baa1433d69ea0a2c9558e7ae3 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sat, 13 Feb 2010 18:04:52 +0000 Subject: [PATCH] JavaDoc correction git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@909865 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/Generator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.11.0