|
|
@@ -67,7 +67,7 @@ public class JspNameMangler implements JspMangler { |
|
|
|
/** |
|
|
|
* this is the list of keywords which can not be used as classnames |
|
|
|
*/ |
|
|
|
public static String[] keywords = { |
|
|
|
public static final String[] keywords = { |
|
|
|
"assert", |
|
|
|
"abstract", "boolean", "break", "byte", |
|
|
|
"case", "catch", "char", "class", |
|
|
|