Simplify TmfEvent constructors and update javadoc
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / custom / CustomEvent.java
index 48b443aa09a832e9d30b6b49b7fafa36c7870f08..6eb91b7be60e5abe59b8cff7a74dcc327a508cb1 100644 (file)
@@ -49,7 +49,7 @@ public class CustomEvent extends TmfEvent {
     }\r
 \r
     public CustomEvent(CustomTraceDefinition definition, ITmfTrace<?> parentTrace, ITmfTimestamp timestamp, String source, TmfEventType type, String reference) {\r
-        super(parentTrace, timestamp, source, type, reference);\r
+        super(parentTrace, timestamp, source, type, null, reference);\r
         fDefinition = definition;\r
         fData = new HashMap<String, String>();\r
     }\r
This page took 0.03014 seconds and 5 git commands to generate.