+
+    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

Reply via email to