tmf: Annotate methods in ITmfEventField
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / stubs / org / eclipse / tracecompass / tmf / tests / stubs / event / TmfSyncEventStub.java
index 5c9c58af54c8cbd0266971ff1b3b5bee989d469c..0137ad106bda106333a29e50d7cfee9d6d6b72cb 100644 (file)
@@ -12,6 +12,7 @@
 
 package org.eclipse.tracecompass.tmf.tests.stubs.event;
 
+import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.tracecompass.tmf.core.event.TmfEvent;
 import org.eclipse.tracecompass.tmf.core.event.TmfEventField;
 import org.eclipse.tracecompass.tmf.core.timestamp.ITmfTimestamp;
@@ -25,7 +26,7 @@ import org.eclipse.tracecompass.tmf.core.trace.ITmfTrace;
  */
 public class TmfSyncEventStub extends TmfEvent {
 
-    private static final String stub = "stub"; //$NON-NLS-1$
+    private static final @NonNull String stub = "stub"; //$NON-NLS-1$
 
     /**
      * Constructor
This page took 0.025475 seconds and 5 git commands to generate.