Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / ITmfEvent.java
index b6ec6710a0fd2701deb5b63c3a8f0c6870f2fe4e..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,9 +52,8 @@ public interface ITmfEvent extends IAdaptable {
 
     /**
      * @return the event timestamp
-     * @since 2.0
      */
-    ITmfTimestamp getTimestamp();
+    @NonNull ITmfTimestamp getTimestamp();
 
     /**
      * @return the event type
This page took 0.025734 seconds and 5 git commands to generate.