2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.jni / src / org / eclipse / linuxtools / lttng / jni / common / JniTime.java
index 5f9303da5c8cf4b51a3108b8d4e27cca3e8d2aa4..40b60104ce86782d85d7f2521c49a1f475395f31 100644 (file)
@@ -142,7 +142,8 @@ public class JniTime extends Jni_C_Constant implements Comparable<JniTime>
      * 
      * @return int of value -1, 0 or 1, as the pased argument is bigger, equal or smaller than this time
      */
-    public int compareTo(JniTime right) {
+    @Override
+       public int compareTo(JniTime right) {
         long leftTime = this.getTime();
         long rightTime = right.getTime();
         
This page took 0.023076 seconds and 5 git commands to generate.