+ + public void checkParams(ErrorVisitor errors) throws ToolException { + if (errors.getErrors().size() > 0) { + Message msg = new Message("PARAMETER_MISSSING", LOG);You have 3 S's here.
Why *errors* not correct? What do you suggest? James
+ + public void checkParams(ErrorVisitor errors) throws ToolException { + if (errors.getErrors().size() > 0) { + Message msg = new Message("PARAMETER_MISSSING", LOG);You have 3 S's here.
Why *errors* not correct? What do you suggest? James