releng: Transition to jdt.annotation 2.0
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / trace / text / TextTraceEventContent.java
index aab941d4fe9e280e444036ffef1b327f48fa8fff..769c29c3a56289abbab02b44a69d8849c7af163d 100644 (file)
@@ -46,7 +46,7 @@ public class TextTraceEventContent implements ITmfEventField {
      * @throws IllegalArgumentException
      *             if any one of the field names is null
      */
-    public TextTraceEventContent(@NonNull String[] fieldNames) {
+    public TextTraceEventContent(String @NonNull [] fieldNames) {
         fName = ITmfEventField.ROOT_FIELD_ID;
         fValue = null;
         fFields = new ArrayList<>(fieldNames.length);
This page took 0.059956 seconds and 5 git commands to generate.