tmf: Rename TmfLocation.fLocation to .fLocationData
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / widgetStubs / org / eclipse / linuxtools / tmf / ui / tests / uml2sd / trace / TmfUml2SDTestTrace.java
index 337ff1bb2c0fc6a6dccb90fb42985a822a94012c..7bfb7b0a516c6440a914215248568b1d9f0828eb 100644 (file)
@@ -70,7 +70,7 @@ public class TmfUml2SDTestTrace implements ITmfEventParser {
 
         long location = 0;
         if (context != null) {
-            location = ((TmfLocation<Long>) (context.getLocation())).getLocation();
+            location = ((TmfLocation<Long>) (context.getLocation())).getLocationData();
         }
 
         try {
This page took 0.023849 seconds and 5 git commands to generate.