aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2013-05-31 09:44:56 +0300
committerVaadin Code Review <review@vaadin.com>2013-05-31 06:45:26 +0000
commit587e10b92dbaf3e90b288ead55a5b83f54743bd2 (patch)
tree564d08d3190d08d457b60af8d42aa35a254d27a4 /server
parent57b7335f647dcb8343d35b975b138c361de28326 (diff)
downloadvaadin-framework-587e10b92dbaf3e90b288ead55a5b83f54743bd2.tar.gz
vaadin-framework-587e10b92dbaf3e90b288ead55a5b83f54743bd2.zip
Fix stale info in javadoc for accessSynchronously (#11897)
Change-Id: I0d562a5f617850e2e862f86758dbca0fc4c947a0
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/server/VaadinSession.java4
-rw-r--r--server/src/com/vaadin/ui/UI.java4
2 files changed, 0 insertions, 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.</li>
- * <li>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.</li>
* </ul>
* </p>
*
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.</li>
- * <li>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.</li>
* </ul>
* </p>
*