Fix some null warnings
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / event / TmfEventTest.java
index a1245df779b03a38a6033e866b0ee05d0ff07878..b335b3f25d72f67eb67f04086d6f746dc04cfceb 100644 (file)
@@ -48,7 +48,7 @@ public class TmfEventTest {
 
     private final @NonNull ITmfTrace fTrace = STUB_TRACE.getTrace();
 
-    private final String fTypeId = "TestType";
+    private final @NonNull String fTypeId = "TestType";
     private final @NonNull String fLabel1 = "AString";
     private final @NonNull String fLabel2 = "AnInteger";
     private final String[] fLabels = new String[] { fLabel1, fLabel2 };
This page took 0.025427 seconds and 5 git commands to generate.