]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix stale info in javadoc for accessSynchronously (#11897)
authorLeif Åstrand <leif@vaadin.com>
Fri, 31 May 2013 06:44:56 +0000 (09:44 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 31 May 2013 06:45:26 +0000 (06:45 +0000)
Change-Id: I0d562a5f617850e2e862f86758dbca0fc4c947a0

server/src/com/vaadin/server/VaadinSession.java
server/src/com/vaadin/ui/UI.java

index b4afc914eb62ccfd9e389ae72f3d317415fb6079..9ef3d33195bfc1a48c828f09bf2789042c703f7b 100644 (file)
@@ -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>
      * 
index 706f7c436b16a2a4815fb7333d13037627228e76..d1d8dd1df139fb6ec4e34657581041fe7deb8503 100644 (file)
@@ -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>
      *