Contribute CNF based TMF project handling
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.tests / src / org / eclipse / linuxxtools / lttng / tests / headless / TmfTraceTest.java
index 449903813976ad85a425f7a1722bc7167b24dcc0..50997e037f86a11d9b1cf90289879646b0a1423b 100644 (file)
@@ -50,7 +50,8 @@ public class TmfTraceTest extends TmfEventRequest<LttngEvent> {
                
                try {
                        // OUr experiment will contains ONE trace
-               ITmfTrace[] traces = new ITmfTrace[1];
+               @SuppressWarnings("unchecked")
+                       ITmfTrace<LttngEvent>[] traces = new ITmfTrace[1];
                traces[0] = new LTTngTrace(TRACE_PATH);
                // Create our new experiment
             fExperiment = new TmfExperiment<LttngEvent>(LttngEvent.class, "Headless", traces);
This page took 0.023043 seconds and 5 git commands to generate.