Remove the generic location (replace by Comparable)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / TmfCheckpoint.java
index 900260bfbd46ecca2e60e79cd6307c69079a1cbb..c217e676b681cc3fdae4dc73006aaf141a2bf734 100644 (file)
@@ -115,7 +115,7 @@ public class TmfCheckpoint implements ITmfCheckpoint, Cloneable {
      * @see org.eclipse.linuxtools.tmf.core.trace.ITmfCheckpoint#getLocation()
      */
     @Override
-    public ITmfLocation<? extends Comparable<?>> getLocation() {
+    public ITmfLocation getLocation() {
         return fContext.getLocation();
     }
 
This page took 0.023763 seconds and 5 git commands to generate.