Add missing keyword
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 May 2010 21:20:50 +0000 (21:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 May 2010 21:20:50 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945895 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/JspUtil.java

index 075efb0..a3ed18f 100644 (file)
@@ -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;