Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -22,11 +22,9 @@
22 22 * Base implementation of {@link GlassPanelImpl} for browsers implementing web
23 23 * standards.
24 24 */
25 - public abstract class GlassPanelImplStandard extends GlassPanelImpl
26 - {
25 + public abstract class GlassPanelImplStandard extends GlassPanelImpl {
27 26 @Override
28 - public void matchDocumentSize( GlassPanel glassPanel, boolean dueToResize )
29 - {
27 + public void matchDocumentSize( GlassPanel glassPanel, boolean dueToResize ) {
30 28 int clientWidth = Window.getClientWidth();
31 29 int clientHeight = Window.getClientHeight();
32 30