Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / signal / TmfRangeSynchSignal.java
index fddb40e5b4f932d30c4505a4d1d2e945c6d96df6..2d60d4b04f38f795484afeae43e1f7ca86b38be3 100644 (file)
@@ -21,7 +21,6 @@ import org.eclipse.tracecompass.tmf.core.timestamp.TmfTimeRange;
  * This is the visible (zoom) time range. To synchronize on the selection range,
  * use {@link TmfTimeSynchSignal}.
  *
- * @version 1.0
  * @author Francois Chouinard
  */
 public class TmfRangeSynchSignal extends TmfSignal {
@@ -35,7 +34,6 @@ public class TmfRangeSynchSignal extends TmfSignal {
      *            Object sending this signal
      * @param range
      *            The new time range
-     * @since 2.1
      */
     public TmfRangeSynchSignal(Object source, TmfTimeRange range) {
         super(source);
@@ -44,7 +42,6 @@ public class TmfRangeSynchSignal extends TmfSignal {
 
     /**
      * @return This signal's time range
-     * @since 2.0
      */
     public TmfTimeRange getCurrentRange() {
         return fCurrentRange;
This page took 0.039772 seconds and 5 git commands to generate.