Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/ResizableWidgetAdaptor.java

Diff revisions: vs.
  @@ -10,7 +10,7 @@
10 10 private final Widget mAttachWidget;
11 11 private final Element mElement;
12 12
13 - public ResizableWidgetAdaptor(Widget pAttachWidget, Element pElement)
13 + public ResizableWidgetAdaptor( Widget pAttachWidget, Element pElement )
14 14 {
15 15 mAttachWidget = pAttachWidget;
16 16 mElement = pElement;
  @@ -20,7 +20,7 @@
20 20 * Called when the size is initialized and thereafter when the size changes.
21 21 */
22 22 @Override
23 - public abstract void onResize(int pWidth, int pHeight);
23 + public abstract void onResize( int pWidth, int pHeight );
24 24
25 25 @Override
26 26 public boolean isAttached()