Contribution for Bug353020
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / controlflow / evProcessor / FlowFinishUpdateHandler.java
index fe989f133117462e0415d596fd141bec23ad0af9..4d8fadcfba0ce00baef2c993e087d81176af96b2 100644 (file)
@@ -38,6 +38,7 @@ public class FlowFinishUpdateHandler extends AbsFlowTRangeUpdate
                return null;
        }
 
+       @SuppressWarnings("deprecation")
        @Override
        public boolean process(LttngEvent trcEvent, LttngTraceState traceSt) {
                // The end of the last state is unknown since it's beyond the requested time range window. Create this last
This page took 0.024672 seconds and 5 git commands to generate.