Revision: 6585
Author: [email protected]
Date: Mon Nov  2 12:10:23 2009
Log: Merge of /trunk c6584.

http://code.google.com/p/google-web-toolkit/source/detail?r=6585

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

=======================================
--- /releases/2.0/user/src/com/google/gwt/layout/client/Layout.java     Mon Oct 
 
12 13:35:17 2009
+++ /releases/2.0/user/src/com/google/gwt/layout/client/Layout.java     Mon  
Nov  2 12:10:23 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