[Bug304438] Improvement on ITmfLocation
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.tests / stubs / org / eclipse / linuxtools / tmf / trace / TmfEventParserStub.java
index ceb98993f036077d430586a32e76405be1fbd97f..259604aff472c1cd99fcee47fbd944fbc1ff1c22 100644 (file)
@@ -75,7 +75,7 @@ public class TmfEventParserStub implements ITmfEventParser {
         synchronized(stream) {
                long location = 0;
                if (context != null)
-                       location = ((TmfLocation<Long>) (context.getLocation())).getValue();
+                       location = ((TmfLocation<Long>) (context.getLocation())).getLocation();
                stream.seek(location);
 
                try {
This page took 0.02345 seconds and 5 git commands to generate.