Improve unit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / parsers / custom / CustomTxtEvent.java
index 086ba86f9cdb2b68c5a257c7dfa3ab99a32c9cac..4f98191002c4234fc20ba350f3e9184430f9966c 100644 (file)
@@ -39,7 +39,7 @@ public class CustomTxtEvent extends CustomEvent {
 \r
     @Override\r
     public void setContent(ITmfEventField content) {\r
-        setContent(content);\r
+        super.setContent(content);\r
     }\r
 \r
     public void processGroups(InputLine input, Matcher matcher) {\r
This page took 0.024035 seconds and 5 git commands to generate.