Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / timegraph / widgets / TimeGraphScale.java
index 6b75033d0ce9b8610396b8854c6a6b6e390eb86b..70343ed80aa379c339b882c4fdee760dc90cabae 100644 (file)
@@ -153,7 +153,6 @@ public class TimeGraphScale extends TimeGraphBaseControl implements
      * Get the time provider used by this scale
      *
      * @return The time provider
-     * @since 3.2
      */
     public ITimeDataProvider getTimeProvider() {
         return fTimeProvider;
@@ -181,7 +180,6 @@ public class TimeGraphScale extends TimeGraphBaseControl implements
      *            The begin x-coordinate
      * @param end
      *            The end x-coordinate
-     * @since 2.1
      */
     public void setDragRange(int begin, int end) {
         if (NO_BUTTON == fDragState || DRAG_EXTERNAL == fDragState) {
@@ -588,7 +586,6 @@ public class TimeGraphScale extends TimeGraphBaseControl implements
      * Update the display to use the updated timestamp format
      *
      * @param signal the incoming signal
-     * @since 2.1
      */
     @TmfSignalHandler
     public void timestampFormatUpdated(TmfTimestampFormatUpdateSignal signal) {
This page took 0.026392 seconds and 5 git commands to generate.