Subversion Repository Public Repository

litesoft

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

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