[Bug309042] Some improvements on TmfExperiment and its context. Also fixed a number...
authorFrancois Chouinard <fchouinard@gmail.com>
Thu, 15 Apr 2010 17:50:20 +0000 (17:50 +0000)
committerFrancois Chouinard <fchouinard@gmail.com>
Thu, 15 Apr 2010 17:50:20 +0000 (17:50 +0000)
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/histogram/HistogramCanvasMouseListener.java
org.eclipse.linuxtools.lttng.ui/src/org/eclipse/linuxtools/lttng/ui/views/timeframe/SpinnerGroup.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 ) {
index 961e945ad87ccf76e3b9b3c7afd505f3375c87ba..be2a5e76226a8ce71d33e68872344462617a550e 100644 (file)
@@ -66,6 +66,7 @@ public class SpinnerGroup {
     private int currentSeconds;
     private int currentNanosec;
     
+       @SuppressWarnings("unused")
        private TimeFrameView fOwner;
 
     /**
This page took 0.026829 seconds and 5 git commands to generate.