mv order in which I create the error manager
This commit is contained in:
parent
b3b02a5449
commit
b1277c5081
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue