2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / experiment / TmfExperimentCheckpoint.java
index f93ccb4f19e86d71a2eb586305b9fc38fb1bba69..d7257f6833a559db2f418ee616c54f7f3da560d6 100644 (file)
@@ -84,6 +84,7 @@ public class TmfExperimentCheckpoint implements Comparable<TmfExperimentCheckpoi
     // Comparable
     // ------------------------------------------------------------------------
 
+       @Override
        public int compareTo(TmfExperimentCheckpoint other) {
                return fTimestamp.compareTo(other.fTimestamp, false);
        }
This page took 0.024666 seconds and 5 git commands to generate.