Fix the GUMP failures

This commit is contained in:
Oliver Burn 2003-06-01 10:36:28 +00:00
parent f3153d3398
commit b106dad438
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ public class IllegalInstantiationCheck
return new int[] {
TokenTypes.IMPORT,
TokenTypes.LITERAL_NEW,
TokenTypes.PACKAGE_DEF
TokenTypes.PACKAGE_DEF,
};
}
@ -98,7 +98,7 @@ public class IllegalInstantiationCheck
return new int[] {
TokenTypes.IMPORT,
TokenTypes.LITERAL_NEW,
TokenTypes.PACKAGE_DEF
TokenTypes.PACKAGE_DEF,
};
}