]> source.dussan.org Git - vaadin-framework.git/commitdiff
Make LegacyWindow init eager as there was no other initialization in V6
authorLeif Åstrand <leif@vaadin.com>
Thu, 22 Dec 2011 11:45:29 +0000 (13:45 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 22 Dec 2011 11:45:54 +0000 (13:45 +0200)
src/com/vaadin/ui/Root.java

index 121ff9adafb4bd789c69a5ebdace1cb1ea429124..e5295af090570e1a95bad6add95173e4b1118b78 100644 (file)
@@ -194,19 +194,11 @@ public abstract class Root extends AbstractComponentContainer implements
     /**
      * Helper class to emulate the main window from Vaadin 6 using roots. This
      * class should be used in the same way as Window used as a browser level
-     * window in Vaadin 6 together with {@Application.LegacyApplication
-     * 
-     * 
-     * 
-     * 
-     * 
-     * 
-     * 
-     * 
-     * 
+     * window in Vaadin 6 with {@Application.LegacyApplication
      * }
      */
     @Deprecated
+    @EagerInit
     public static class LegacyWindow extends Root {
         private String name;