summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-04-24 14:46:30 +0300
committerLeif Åstrand <leif@vaadin.com>2013-04-24 14:46:30 +0300
commit36651289a10d1a3b7e31fe188c82541c486baa2b (patch)
treec0b5bdbd3b02b175702ccc66dc552a60a84dae60 /server
parent31cc212c35b4817d1f067093f9305877fd14cf37 (diff)
downloadvaadin-framework-36651289a10d1a3b7e31fe188c82541c486baa2b.tar.gz
vaadin-framework-36651289a10d1a3b7e31fe188c82541c486baa2b.zip
Update javadoc to reflect moved getPushMode method (#11506)
Change-Id: I712791e829be699a75b26bdad9709121ebe7a55d
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/ui/UI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java
index 837d793b19..5cbd425ac6 100644
--- a/server/src/com/vaadin/ui/UI.java
+++ b/server/src/com/vaadin/ui/UI.java
@@ -1148,7 +1148,7 @@ public abstract class UI extends AbstractSingleComponentContainer implements
* @throws UIDetachedException
* if this UI is not attached to a session.
*
- * @see VaadinSession#getPushMode()
+ * @see #getPushMode()
*
* @since 7.1
*/