tmf: Rename TmfLocation.fLocation to .fLocationData
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfIteratorManager.java
index b03fdbfd9c9a456dd1ed01db55cd10bc7c66f462..fe45b96910faecd97deb0d3172979c2c807ad05f 100644 (file)
@@ -142,7 +142,7 @@ class CtfTraceManager {
                  */
                 retVal = replaceRandomElement(context);
             }
-            final CtfLocationData location = (CtfLocationData) context.getLocation().getLocation();
+            final CtfLocationData location = (CtfLocationData) context.getLocation().getLocationData();
             retVal.seek( location);
         }
         return retVal;
This page took 0.023881 seconds and 5 git commands to generate.