Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,7 +1,5 @@
1 1 package com.temp.client.foundation.widget.input.fieldsupport;
2 2
3 - import java.util.*;
4 -
5 3 import org.litesoft.core.util.externalization.*;
6 4
7 5 import com.google.gwt.event.dom.client.*;
  @@ -10,6 +8,8 @@
10 8 import com.temp.client.foundation.widget.input.support.events.*;
11 9 import com.temp.shared.*;
12 10
11 + import java.util.*;
12 +
13 13 public class InputWidgetValidator<T> implements InputWidgetValueAdapter<T>
14 14 {
15 15 protected final NonDomHandlerManager<ChangeHandler> handlerManager;