Contribute CNF based TMF project handling
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui.tests / stubs / org / eclipse / linuxtools / lttng / stubs / LTTngEventParserStub.java
index b061836fb38de803f1b0c4446a546109605d4c1d..26e072e929866051826c908440523ab978afff96 100644 (file)
@@ -27,7 +27,7 @@ import org.eclipse.linuxtools.tmf.trace.TmfContext;
 public class LTTngEventParserStub implements ITmfEventParser {
 
        @Override
-       public TmfEvent parseNextEvent(ITmfTrace stream, TmfContext context)
+       public TmfEvent parseNextEvent(ITmfTrace<?> stream, TmfContext context)
                        throws IOException {
                // TODO Auto-generated method stub
                return null;
This page took 0.023576 seconds and 5 git commands to generate.