summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-09-10 16:32:11 +0300
committerLeif Åstrand <leif@vaadin.com>2012-09-10 16:41:27 +0300
commit7d591785b167c3f8a82b8af15491b494a0c7433f (patch)
tree5a651115b807d45f80f4b952557ef253d957f206 /server
parente80f96db8fd08e718818c36a010f2d59667154fe (diff)
downloadvaadin-framework-7d591785b167c3f8a82b8af15491b494a0c7433f.tar.gz
vaadin-framework-7d591785b167c3f8a82b8af15491b494a0c7433f.zip
Improved deprecation message based on review (#9522)
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/server/Page.java5
1 files changed, 4 insertions, 1 deletions
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,