Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / signal / TmfSignalManager.java
index e0af04d3ba5387812b965ba0c479440e0805795d..48215a28d6fcc54019fb091b0d02820a4ca61c83 100644 (file)
@@ -154,7 +154,6 @@ public class TmfSignalManager {
      *
      * @param signal
      *            the signal to dispatch
-     * @since 3.0
      */
     public static void dispatchSignalAsync(final TmfSignal signal) {
         if (!fExecutor.isShutdown()) {
@@ -169,7 +168,6 @@ public class TmfSignalManager {
 
     /**
      * Disposes the signal manager
-     * @since 3.0
      */
     public static void dispose() {
         fExecutor.shutdown();
This page took 0.025694 seconds and 5 git commands to generate.