tmf: Annotate methods in ITmfEventField
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / parsers / custom / CustomEventContent.java
index 2a86f0100477ae69f7546d85421581f7e302d13a..61e46507d7c6c5d84196a2e037ca20668c693f37 100644 (file)
@@ -12,6 +12,7 @@
 
 package org.eclipse.tracecompass.tmf.core.parsers.custom;
 
+import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.tracecompass.tmf.core.event.ITmfEventField;
 import org.eclipse.tracecompass.tmf.core.event.TmfEventField;
 
@@ -44,7 +45,7 @@ public class CustomEventContent extends TmfEventField {
      * @param fields
      *            The array of sub-fields
      */
-    public CustomEventContent(String name, Object content, ITmfEventField[] fields) {
+    public CustomEventContent(@NonNull String name, Object content, ITmfEventField[] fields) {
         super(name, content, fields);
     }
 
This page took 0.037489 seconds and 5 git commands to generate.