lttng: Make ControlFlowViewTest more robust
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / views / timegraph / AbstractStateSystemTimeGraphView.java
index 7f8835b0c048d80acec9d4e605b793848936b103..10b2b619e0eb020a54833d7c9be3abb7bd86e3e2 100644 (file)
@@ -98,7 +98,7 @@ public abstract class AbstractStateSystemTimeGraphView extends AbstractTimeGraph
         }
 
         @Override
-        public void run() {
+        public void doRun() {
             final List<ILinkEvent> links = new ArrayList<>();
             final List<IMarkerEvent> markers = new ArrayList<>();
             if (fClearZoomedLists) {
This page took 0.036624 seconds and 5 git commands to generate.