tmf: Rename TmfLocation.fLocation to .fLocationData
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / stubs / org / eclipse / linuxtools / tmf / tests / stubs / trace / TmfEventParserStub.java
index 0f8a84aee0d1718b9c5e30c893ef4ea72a5a30f7..23b65dc8be48c721c687d559b33a2a316c73b9de 100644 (file)
@@ -83,7 +83,7 @@ public class TmfEventParserStub implements ITmfEventParser {
 
         long location = 0;
         if (context != null && context.getLocation() != null) {
-            location = ((TmfLocation<Long>) (context.getLocation())).getLocation();
+            location = ((TmfLocation<Long>) (context.getLocation())).getLocationData();
             try {
                 stream.seek(location);
 
This page took 0.023802 seconds and 5 git commands to generate.