Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / uml2sd / ITmfAsyncSequenceDiagramEvent.java
index 56537dd8cd76361cb00823eefbec07634d06b8b1..2e0461b856fcd09b6dac2a8d0becf9ffb0217df7 100644 (file)
@@ -18,7 +18,6 @@ import org.eclipse.tracecompass.tmf.core.timestamp.ITmfTimestamp;
  * Interface for asynchronous sequence diagram events.
  * </p>
  *
- * @version 1.0
  * @author Bernd Hufmann
  */
 public interface ITmfAsyncSequenceDiagramEvent extends ITmfSyncSequenceDiagramEvent {
@@ -26,7 +25,6 @@ public interface ITmfAsyncSequenceDiagramEvent extends ITmfSyncSequenceDiagramEv
      * Returns end timestamp of message (i.e. receive time)
      *
      * @return end timestamp of message (i.e. receive time)
-     * @since 2.0
      */
     ITmfTimestamp getEndTime();
 }
This page took 0.026402 seconds and 5 git commands to generate.