You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/05/18 23:20:50 UTC

svn commit: r945895 - /tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java

Author: markt
Date: Tue May 18 21:20:50 2010
New Revision: 945895

URL: http://svn.apache.org/viewvc?rev=945895&view=rev
Log:
Add missing keyword

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

Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java?rev=945895&r1=945894&r2=945895&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/JspUtil.java Tue May 18 21:20:50 2010
@@ -56,8 +56,8 @@ public class JspUtil {
             "implements", "import", "instanceof", "int", "interface", "long",
             "native", "new", "package", "private", "protected", "public",
             "return", "short", "static", "strictfp", "super", "switch",
-            "synchronized", "this", "throws", "transient", "try", "void",
-            "volatile", "while" };
+            "synchronized", "this", "throw", "throws", "transient", "try",
+            "void", "volatile", "while" };
 
     public static final int CHUNKSIZE = 1024;
 



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