Subversion Repository Public Repository

litesoft

Diff Revisions 626 vs 629 for /trunk/GWT_Sandbox/FormEngine/src/com/temp/client/foundation/widget/input/fieldsupport/InputWidgetValidator.java

Diff revisions: vs.
  @@ -11,7 +11,6 @@
11 11
12 12 public class InputWidgetValidator<T> implements InputWidgetValueAdapter<T>
13 13 {
14 -
15 14 protected final NonDomHandlerManager<ChangeHandler> handlerManager;
16 15 protected final InputWidgetValueAdapter<T> delegate;
17 16 protected final List<ValueValidator<T>> validators = new ArrayList<ValueValidator<T>>();