Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/Client/src/com/google/gwt/widgetideas/client/ResizableWidget.java

Diff revisions: vs.
  @@ -21,8 +21,7 @@
21 21 * An interface that defines the methods required to support automatic resizing
22 22 * of the Widget element.
23 23 */
24 - public interface ResizableWidget
25 - {
24 + public interface ResizableWidget {
26 25 /**
27 26 * Get the widget's element.
28 27 */