Revision: 6584
Author: [email protected]
Date: Mon Nov  2 12:05:30 2009
Log: LayoutImpl contains state and should not have been static. Fixing this.
http://code.google.com/p/google-web-toolkit/source/detail?r=6584

Modified:
  /trunk/user/src/com/google/gwt/layout/client/Layout.java

=======================================
--- /trunk/user/src/com/google/gwt/layout/client/Layout.java    Wed Oct 28  
09:10:53 2009
+++ /trunk/user/src/com/google/gwt/layout/client/Layout.java    Mon Nov  2  
12:05:30 2009
@@ -317,7 +317,7 @@
      }
    }

-  private static LayoutImpl impl = GWT.create(LayoutImpl.class);
+  private LayoutImpl impl = GWT.create(LayoutImpl.class);

    private List<Layer> layers = new ArrayList<Layer>();
    private final Element parentElem;

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to