From: markt Date: Tue, 18 May 2010 21:20:50 +0000 (+0000) Subject: Add missing keyword X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d63aa1b4fe9f00e616adbdcb90e9329747ac8e3d;p=tomcat7.0 Add missing keyword git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945895 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/JspUtil.java b/java/org/apache/jasper/compiler/JspUtil.java index 075efb028..a3ed18f7a 100644 --- a/java/org/apache/jasper/compiler/JspUtil.java +++ b/java/org/apache/jasper/compiler/JspUtil.java @@ -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;