tmf: remove deprecated methods from tmf
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / shared / org / eclipse / tracecompass / tmf / ui / swtbot / tests / shared / SWTBotUtils.java
index 6decea2e77dbd2d57a90fd4248ef0774f8dc9f70..73a057c6780a8fe0d9236c47d6e89a395ccd77ab 100644 (file)
@@ -131,20 +131,6 @@ public final class SWTBotUtils {
 
     private static final String TRACING_PERSPECTIVE_ID = TracingPerspectiveFactory.ID;
 
-    /**
-     * Waits for all Eclipse jobs to finish. Times out after
-     * WaitUtils#MAX_JOBS_WAIT_TIME by default.
-     *
-     * @throws RuntimeException
-     *             once the waiting time passes the default maximum value
-     *
-     * @deprecated Use {@link WaitUtils#waitForJobs()} instead
-     */
-    @Deprecated
-    public static void waitForJobs() {
-        WaitUtils.waitForJobs();
-    }
-
     /**
      * Sleeps current thread for a given time.
      *
This page took 0.024677 seconds and 5 git commands to generate.