Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / ITmfEvent.java
index 6f39e5c30efc57ce9ecb4c2a901db08408e5bd97..7c5bee2c555b16216d6623a76c0ec5d2dfc9dee3 100644 (file)
@@ -27,7 +27,6 @@ import org.eclipse.tracecompass.tmf.core.trace.ITmfTrace;
  * <li>a content (payload)
  * </ul>
  *
- * @version 1.0
  * @author Francois Chouinard
  *
  * @see ITmfTimestamp
@@ -53,7 +52,6 @@ public interface ITmfEvent extends IAdaptable {
 
     /**
      * @return the event timestamp
-     * @since 2.0
      */
     @NonNull ITmfTimestamp getTimestamp();
 
This page took 0.026795 seconds and 5 git commands to generate.