tmf: Fix the actual end time of state system modules
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / ITmfEvent.java
index ee2f573df27b6f5ca566d291bcab83d4b407fe04..12efe5e99f56951504e99e865616fc047b6d60b1 100644 (file)
@@ -71,5 +71,5 @@ public interface ITmfEvent extends IAdaptable {
      * @return the name of the event, same as getType().getName()
      * @since 1.0
      */
-    String getName();
+    @NonNull String getName();
 }
This page took 0.023878 seconds and 5 git commands to generate.