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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org