summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-06-05 09:52:06 +0300
committerVaadin Code Review <review@vaadin.com>2013-06-05 09:14:53 +0000
commite63edcc6cb4a3dd5253999319831b93a764eabb4 (patch)
tree1fe83b78be04d33565dd46a5868a94b0b4aad62e
parentb1ab27a8fe2e06ab4d16f5b6f4ff107d694e19a6 (diff)
downloadvaadin-framework-e63edcc6cb4a3dd5253999319831b93a764eabb4.tar.gz
vaadin-framework-e63edcc6cb4a3dd5253999319831b93a764eabb4.zip
Update deprecation javadoc for VaadinSession.getBrowser()
Change-Id: I7c8d2e08d7efed90578489e90885c1c3c6201f64
-rw-r--r--server/src/com/vaadin/server/VaadinSession.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/src/com/vaadin/server/VaadinSession.java b/server/src/com/vaadin/server/VaadinSession.java
index 17b696b17a..889eadcd6f 100644
--- a/server/src/com/vaadin/server/VaadinSession.java
+++ b/server/src/com/vaadin/server/VaadinSession.java
@@ -263,9 +263,9 @@ public class VaadinSession implements HttpSessionBindingListener, Serializable {
/**
* Get the web browser associated with this session.
*
- * @return
- * @deprecated As of 7.0. Will likely change or be removed in a future
- * version
+ * @return the web browser object
+ *
+ * @deprecated As of 7.0, use {@link Page#getWebBrowser()} instead.
*/
@Deprecated
public WebBrowser getBrowser() {