Rename 'locationData' to 'locationInfo' (for lack of a better name...)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / TmfStringLocation.java
index ae805bb1451186a0e7d7156d9f7315bcf3d24752..2ebcfae5200f91b7d6962318cce189029c5bf210 100644 (file)
@@ -28,12 +28,12 @@ public class TmfStringLocation extends TmfLocation {
     }
 
     public TmfStringLocation(TmfStringLocation other) {
-        super(other.getLocationData());
+        super(other.getLocationInfo());
     }
 
     @Override
     public TmfStringLocation clone() {
-        return new TmfStringLocation((String) getLocationData());
+        return new TmfStringLocation((String) getLocationInfo());
     }
 
 }
This page took 0.024328 seconds and 5 git commands to generate.