From 587e10b92dbaf3e90b288ead55a5b83f54743bd2 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Leif=20=C3=85strand?=
Date: Fri, 31 May 2013 09:44:56 +0300
Subject: [PATCH] Fix stale info in javadoc for accessSynchronously (#11897)
Change-Id: I0d562a5f617850e2e862f86758dbca0fc4c947a0
---
server/src/com/vaadin/server/VaadinSession.java | 4 ----
server/src/com/vaadin/ui/UI.java | 4 ----
2 files changed, 8 deletions(-)
diff --git a/server/src/com/vaadin/server/VaadinSession.java b/server/src/com/vaadin/server/VaadinSession.java
index b4afc914eb..9ef3d33195 100644
--- a/server/src/com/vaadin/server/VaadinSession.java
+++ b/server/src/com/vaadin/server/VaadinSession.java
@@ -1127,10 +1127,6 @@ public class VaadinSession implements HttpSessionBindingListener, Serializable {
* {@link #accessSynchronously(Runnable)} blocks while waiting for the lock
* to be available whereas {@link #access(Runnable)} defers the task to a
* later point in time.
- * If this session is currently not locked,
- * {@link #accessSynchronously(Runnable)} runs the task right away whereas
- * {@link #access(Runnable)} defers the task to a later point in time unless
- * there are UIs with automatic push enabled.
*
*
*
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java
index 706f7c436b..d1d8dd1df1 100644
--- a/server/src/com/vaadin/ui/UI.java
+++ b/server/src/com/vaadin/ui/UI.java
@@ -1123,10 +1123,6 @@ public abstract class UI extends AbstractSingleComponentContainer implements
* {@link #accessSynchronously(Runnable)} blocks while waiting for the lock
* to be available whereas {@link #access(Runnable)} defers the task to a
* later point in time.
- * If the session is currently not locked,
- * {@link #accessSynchronously(Runnable)} runs the task right away whereas
- * {@link #access(Runnable)} defers the task to a later point in time unless
- * there are UIs with automatic push enabled.
*
*
*
--
2.39.5