mv order in which I create the error manager

This commit is contained in:
Terence Parr 2012-09-06 16:30:44 -07:00
parent b3b02a5449
commit b1277c5081
1 changed files with 1 additions and 1 deletions

View File

@ -205,9 +205,9 @@ public class Tool {
public Tool(String[] args) {
this.args = args;
handleArgs();
errMgr = new ErrorManager(this);
errMgr.setFormat(msgFormat);
handleArgs();
}
protected void handleArgs() {