You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/02/01 10:43:10 UTC

svn commit: r905226 - /tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java

Author: kkolinko
Date: Mon Feb  1 09:43:10 2010
New Revision: 905226

URL: http://svn.apache.org/viewvc?rev=905226&view=rev
Log:
Minor correction to the JavaDoc for AttributeParser class

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java?rev=905226&r1=905225&r2=905226&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/AttributeParser.java Mon Feb  1 09:43:10 2010
@@ -24,7 +24,7 @@
  * "\${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 \\, \", \', \$, \#, %\>, <\%, &apos; and &quot;
+ * covers \\, \", \', \$, \#, %\&gt;, &lt;\%, &amp;apos; and &amp;quot;
  */
 public class AttributeParser {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org