From: Leif Åstrand Date: Thu, 22 Dec 2011 11:45:29 +0000 (+0200) Subject: Make LegacyWindow init eager as there was no other initialization in V6 X-Git-Tag: 7.0.0.alpha1~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d86d5eb16e62e506a2c8a2ff3db7a982f8e7294d;p=vaadin-framework.git Make LegacyWindow init eager as there was no other initialization in V6 --- diff --git a/src/com/vaadin/ui/Root.java b/src/com/vaadin/ui/Root.java index 121ff9adaf..e5295af090 100644 --- a/src/com/vaadin/ui/Root.java +++ b/src/com/vaadin/ui/Root.java @@ -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;