tmf: Only keep the full constructor in TmfEventField
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfEvent.java
index 2b8aff967edd05d1b654610b0d4e1f5fc8d146e3..9d8488900b489fee725236e5ccb67816756cbe22 100644 (file)
@@ -93,7 +93,7 @@ public final class CtfTmfEvent extends TmfEvent implements ITmfSourceLookup, ITm
                 new CtfTmfTimestamp(-1),
                 null,
                 null,
-                new TmfEventField("", new CtfTmfEventField[0]), //$NON-NLS-1$
+                new TmfEventField("", null, new CtfTmfEventField[0]), //$NON-NLS-1$
                 NO_STREAM);
         this.sourceCPU = -1;
         this.typeId = -1;
This page took 0.023737 seconds and 5 git commands to generate.