Using less memory and time to figure out if warnings occurred.

This commit is contained in:
dchandler 2003-12-14 07:41:15 +00:00
parent 76c2e969ac
commit 01e65176d4
4 changed files with 31 additions and 15 deletions

View file

@ -49,7 +49,7 @@ public class ACIPTshegBarScanner {
System.exit(1);
}
StringBuffer errors = new StringBuffer();
int maxErrors = 250;
int maxErrors = 1000;
ArrayList al = scanFile(args[0], errors, maxErrors - 1);
if (null == al) {