From: Leif Åstrand Date: Mon, 10 Sep 2012 13:32:11 +0000 (+0300) Subject: Improved deprecation message based on review (#9522) X-Git-Tag: 7.0.0.beta1~65 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7d591785b167c3f8a82b8af15491b494a0c7433f;p=vaadin-framework.git Improved deprecation message based on review (#9522) --- diff --git a/server/src/com/vaadin/server/Page.java b/server/src/com/vaadin/server/Page.java index 1b22c93d78..ccc400341e 100644 --- a/server/src/com/vaadin/server/Page.java +++ b/server/src/com/vaadin/server/Page.java @@ -32,6 +32,7 @@ import com.vaadin.ui.JavaScript; import com.vaadin.ui.Link; import com.vaadin.ui.Notification; import com.vaadin.ui.UI; +import com.vaadin.ui.UI.LegacyWindow; import com.vaadin.util.ReflectTools; public class Page implements Serializable { @@ -664,7 +665,9 @@ public class Page implements Serializable { /** * @deprecated only retained to maintain compatibility with - * LegacyWindow.open methods + * LegacyWindow.open methods. See documentation for + * {@link LegacyWindow#open(Resource, String, int, int, BorderStyle)} + * for discussion about replacing API. */ @Deprecated public void open(Resource resource, String windowName, int width,