From d86d5eb16e62e506a2c8a2ff3db7a982f8e7294d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Thu, 22 Dec 2011 13:45:29 +0200 Subject: [PATCH] Make LegacyWindow init eager as there was no other initialization in V6 --- src/com/vaadin/ui/Root.java | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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; -- 2.39.5