Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / TmfEvent.java
index 1fc6f77f4966677fdfa641be34c2c23f5ff1496d..663adf86531d7cf787a2d72edd7dce1ad74f3c2a 100644 (file)
@@ -23,7 +23,6 @@ import org.eclipse.tracecompass.tmf.core.trace.ITmfTrace;
 /**
  * A basic implementation of ITmfEvent.
  *
- * @version 1.0
  * @author Francois Chouinard
  *
  * @see ITmfTimestamp
@@ -74,7 +73,6 @@ public class TmfEvent extends PlatformObject implements ITmfEvent {
      *            the event type
      * @param content
      *            the event content (payload)
-     * @since 2.0
      */
     public TmfEvent(final ITmfTrace trace,
             final long rank,
@@ -123,9 +121,6 @@ public class TmfEvent extends PlatformObject implements ITmfEvent {
         return fRank;
     }
 
-    /**
-     * @since 2.0
-     */
     @Override
     public ITmfTimestamp getTimestamp() {
         return fTimestamp;
This page took 0.037402 seconds and 5 git commands to generate.