[Bug309042] Some improvements on TmfExperiment and its context. Also fixed a number...
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / histogram / HistogramCanvasMouseListener.java
index 83fea4edb89b3fbfb4a9f01ce95ee9d00161c1b8..92d66a7b9525340e5296712f8bcdf7706fab79f7 100644 (file)
@@ -217,6 +217,7 @@ class DelayedMouseScroll extends Thread {
         * So, the "longest" we could wait after the last event is "waitTimeBetweenScroll" + "waitTimeBetweenCheck"
         * 
         */
+       @Override
        public void run() {
                // Check if we waited more than "waitTimeBetweenScroll"
                while ( (System.currentTimeMillis() - lastScrollTime) < waitTimeBetweenScroll ) {
This page took 0.023948 seconds and 5 git commands to generate.