custom.parsers: bug 494697 Define event names in custom parsers
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / parsers / custom / CustomTxtEvent.java
index 13cdfce413266b8c3d8b12456f56296548e8aa6f..02f3954c3d78b132ffe814b88273c6a36b705e2a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010, 2014 Ericsson
+ * Copyright (c) 2010, 2016 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -38,7 +38,6 @@ public class CustomTxtEvent extends CustomEvent {
      */
     public CustomTxtEvent(CustomTxtTraceDefinition definition) {
         super(definition);
-        setType(new CustomTxtEventType(definition));
     }
 
     /**
This page took 0.026052 seconds and 5 git commands to generate.