aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
*/