Remove the generic location (replace by Comparable)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfIterator.java
index ffe1427ff2f348f5ec14d5683fdfc647a55364d3..0d980c48e547464f10b19ede95c46e670b9df91d 100644 (file)
@@ -204,7 +204,7 @@ public class CtfIterator extends CTFTraceReader implements ITmfContext,
      * @param location ITmfLocation<?>
      */
     @Override
-    public void setLocation(final ITmfLocation<?> location) {
+    public void setLocation(final ITmfLocation location) {
         // FIXME alex: isn't there a cleaner way than a cast here?
         this.curLocation = (CtfLocation) location;
         seek(((CtfLocation) location).getLocationData());
This page took 0.023675 seconds and 5 git commands to generate.