Remove the generic location (replace by Comparable)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / trace / TmfExperimentContext.java
index 2ea22050bff036cfb3acfb2ccc3af0e22c6d5f69..236e3a2ddd17335440733cd38b2a0e74289c9d0b 100644 (file)
@@ -65,7 +65,7 @@ public class TmfExperimentContext extends TmfContext {
         super();
         fContexts = contexts;
         fEvents = new ITmfEvent[fContexts.length];
-        final ITmfLocation<?>[] locations = new ITmfLocation[fContexts.length];
+        final ITmfLocation[] locations = new ITmfLocation[fContexts.length];
 
         setLocation(new TmfExperimentLocation(new TmfLocationArray(locations.clone())));
 
This page took 0.024389 seconds and 5 git commands to generate.