ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.analysis.xml.core / src / org / eclipse / linuxtools / tmf / analysis / xml / core / model / TmfXmlEventHandler.java
index f02a48c86e20a4ccf226b37dac99d59c5a6fd7a1..4540fa57ee3705ef1ccaa7122cbdf1dd316487bd 100644 (file)
@@ -17,12 +17,12 @@ import java.util.List;
 
 import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.linuxtools.internal.tmf.analysis.xml.core.Activator;
+import org.eclipse.linuxtools.statesystem.core.exceptions.AttributeNotFoundException;
+import org.eclipse.linuxtools.statesystem.core.exceptions.StateValueTypeException;
+import org.eclipse.linuxtools.statesystem.core.exceptions.TimeRangeException;
 import org.eclipse.linuxtools.tmf.analysis.xml.core.module.IXmlStateSystemContainer;
 import org.eclipse.linuxtools.tmf.analysis.xml.core.stateprovider.TmfXmlStrings;
 import org.eclipse.linuxtools.tmf.core.event.ITmfEvent;
-import org.eclipse.linuxtools.tmf.core.exceptions.AttributeNotFoundException;
-import org.eclipse.linuxtools.tmf.core.exceptions.StateValueTypeException;
-import org.eclipse.linuxtools.tmf.core.exceptions.TimeRangeException;
 import org.w3c.dom.Element;
 import org.w3c.dom.NodeList;
 
@@ -127,4 +127,9 @@ public class TmfXmlEventHandler {
 
     }
 
+    @Override
+    public String toString() {
+        return "TmfXmlEventHandler: " + fName; //$NON-NLS-1$
+    }
+
 }
\ No newline at end of file
This page took 0.02457 seconds and 5 git commands to generate.