From 73c7e48163169c3b8b40548b3f29944ad7db913d Mon Sep 17 00:00:00 2001 From: kkolinko Date: Mon, 1 Feb 2010 09:43:10 +0000 Subject: [PATCH] Minor correction to the JavaDoc for AttributeParser class git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@905226 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 87a63f894..629be7baf 100644 --- a/java/org/apache/jasper/compiler/AttributeParser.java +++ b/java/org/apache/jasper/compiler/AttributeParser.java @@ -24,7 +24,7 @@ package org.apache.jasper.compiler; * "\${1+1}". After unquoting, both appear as "${1+1}" but the first should * evaluate to "2" and the second to "${1+1}". Literal \, $ and # need special * treatment to ensure there is no ambiguity. The JSP attribute unquoting - * covers \\, \", \', \$, \#, %\>, <\%, ' and " + * covers \\, \", \', \$, \#, %\>, <\%, &apos; and &quot; */ public class AttributeParser { -- 2.11.0