Changed # parameters to 7 (from 5) and in the process spent more time writing

this comment that changing the code. :-)
This commit is contained in:
Oliver Burn 2002-07-21 12:04:27 +00:00
parent 49bcb59031
commit 7f8726ee78
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class Configuration
/** the maximum file length **/
private static final int MAX_FILE_LENGTH = 2000;
/** the maximum number parameters **/
private static final int MAX_PARAMETERS = 5;
private static final int MAX_PARAMETERS = 7;
/** the set of illegal imports (comma separated package prefixes) **/
private static final String ILLEGAL_IMPORTS = "sun";
/** the set of illegal instantiations (comma separated class names) **/