Fix some null warnings
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.core / src / org / eclipse / tracecompass / tmf / ctf / core / event / CtfTmfEventField.java
index 6bc6d92e10581e6035dc6f4293d88a1e574299c6..b891bc1da21799a821d96fb88f059dd62e327f5a 100644 (file)
@@ -101,7 +101,7 @@ public abstract class CtfTmfEventField extends TmfEventField {
      *            String The name to assign to this field
      * @return The resulting CtfTmfEventField object
      */
-    public static CtfTmfEventField parseField(IDefinition fieldDef,
+    public static @NonNull CtfTmfEventField parseField(IDefinition fieldDef,
             @NonNull String fieldName) {
         CtfTmfEventField field = null;
 
This page took 0.025241 seconds and 5 git commands to generate.