Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/forms/client/components/factories/FormComponentFactory.java

Diff revisions: vs.
  @@ -7,8 +7,7 @@
7 7
8 8 import com.google.gwt.user.client.ui.*;
9 9
10 - public interface FormComponentFactory
11 - {
10 + public interface FormComponentFactory {
12 11 public Widget create( FormInstanceComponentHandler pComponentHandler, //
13 12 UiDef pUiDef, FormMetaData pFormMetaData, //
14 13 boolean pHasHorizontalPeer );