tmf: Avoid hanging when waiting on a cancelled analysis
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / ITmfEventParser.java
index 680d393e10e03a916a06d37ceade74ce3f41a56b..a9a37188ff5a524857a54e36531bcd481424d545 100644 (file)
@@ -33,6 +33,6 @@ public interface ITmfEventParser {
         * @param context the trace context
         * @return a parsed event (null if none)
         */
-       public ITmfEvent parseEvent(ITmfContext context);
+       ITmfEvent parseEvent(ITmfContext context);
 
 }
This page took 0.026571 seconds and 5 git commands to generate.