Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / uml2sd / core / ITimeRange.java
index 8ee72f7238e2cbb0f5a4eaf0023a575f8c7ba2b6..94457e48f69db8626144c2387ce5e59f3aa92824 100755 (executable)
@@ -17,7 +17,6 @@ import org.eclipse.tracecompass.tmf.core.timestamp.ITmfTimestamp;
 /**
  * A interface for handling time ranges.
  *
- * @version 1.0
  * @author sveyrier
  */
 public interface ITimeRange {
@@ -25,7 +24,6 @@ public interface ITimeRange {
     /**
      * Returns the time when the message began.
      * @return the time when the message began
-     * @since 2.0
      */
     ITmfTimestamp getStartTime();
 
@@ -33,7 +31,6 @@ public interface ITimeRange {
      * Returns the time when the message ended.
      *
      * @return the time when the message ended
-     * @since 2.0
      */
     ITmfTimestamp getEndTime();
 
This page took 0.033428 seconds and 5 git commands to generate.