From d63aa1b4fe9f00e616adbdcb90e9329747ac8e3d Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 18 May 2010 21:20:50 +0000 Subject: [PATCH] Add missing keyword git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945895 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/JspUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0