From 406e7e1cc50a6d40421fd7e3c65386d686c419ac Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 18 Oct 2010 07:53:04 +0000 Subject: [PATCH] Comment typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1023678 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/AttributeParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/jasper/compiler/AttributeParser.java b/java/org/apache/jasper/compiler/AttributeParser.java index 708c0d654..1d6d0e1f2 100644 --- a/java/org/apache/jasper/compiler/AttributeParser.java +++ b/java/org/apache/jasper/compiler/AttributeParser.java @@ -148,7 +148,7 @@ public class AttributeParser { * - literals that need to be converted for EL processing * \ -> type{'\\'} * $ -> type{'$'} - * # -> type{'$'} + * # -> type{'#'} * - start of EL * ${ * #{ -- 2.11.0