diff options
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r-- | server/src/com/vaadin/ui/UI.java | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java index 508564ac0f..545c2c7365 100644 --- a/server/src/com/vaadin/ui/UI.java +++ b/server/src/com/vaadin/ui/UI.java @@ -1230,16 +1230,6 @@ public abstract class UI extends AbstractSingleComponentContainer implements } /** - * @deprecated As of 7.1.0.beta1, use {@link #accessSynchronously(Runnable)} - * or {@link #access(Runnable)} instead. This method will be - * removed before the final 7.1.0 release. - */ - @Deprecated - public void runSafely(Runnable runnable) throws UIDetachedException { - accessSynchronously(runnable); - } - - /** * Retrieves the object used for configuring tooltips. * * @return The instance used for tooltip configuration |