Change-Id: I0d562a5f617850e2e862f86758dbca0fc4c947a0
* {@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>
*
* {@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>
*