Change-Id: Ie72e1a3ab72be00c99548a740f16721fb7edab00
CurrentInstance.restoreInstances(old);
}
}
-
+
}
/**
}
}
- /**
- * @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) {
- accessSynchronously(runnable);
- }
-
/**
* Gets the CSRF token (aka double submit cookie) that is used to protect
* against Cross Site Request Forgery attacks.
});
}
- /**
- * @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.
*