- Introduced TmfExperiment (single trace for now)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.tests / stubs / org / eclipse / linuxtools / tmf / trace / TmfEventStreamStub.java
index 504675932303e7680a4ecd65d31efb97e4205c50..a190642f129e8251198b050fd0a8dd2bf91b61a2 100644 (file)
@@ -17,15 +17,13 @@ import java.io.IOException;
 import java.io.RandomAccessFile;
 import java.util.Map;
 
-import org.eclipse.linuxtools.tmf.stream.TmfEventStream;
-import org.eclipse.linuxtools.tmf.stream.ITmfEventParser;
 
 /**
  * <b><u>TmfEventStreamStub</u></b>
  * <p>
  * TODO: Implement me. Please.
  */
-public class TmfEventStreamStub extends TmfEventStream {
+public class TmfEventStreamStub extends TmfTrace {
 
     // ========================================================================
     // Attributes
This page took 0.023671 seconds and 5 git commands to generate.