TMF: Make the ITmfEvent#getTimestamp() return NonNull
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / ITmfEvent.java
index b6ec6710a0fd2701deb5b63c3a8f0c6870f2fe4e..6f39e5c30efc57ce9ecb4c2a901db08408e5bd97 100644 (file)
@@ -55,7 +55,7 @@ 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.024028 seconds and 5 git commands to generate.