Refactor TmfExperiment
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfTimestamp.java
index a5804edfd1c6f6f01e407df145073bdce91b09b4..d51fd590302e84d80fcf6f0a95f617324e673d34 100644 (file)
@@ -28,14 +28,13 @@ package org.eclipse.linuxtools.tmf.core.event;
  * timestamps in different scales). Default: 0.
  * </ul>
  * 
- * @since 1.0
  * @version 1.0
  * @author Francois Chouinard
  * 
  * @see ITmfEvent
  * @see TmfTimeRange
  */
-public interface ITmfTimestamp extends Cloneable, Comparable<ITmfTimestamp> {
+public interface ITmfTimestamp extends Comparable<ITmfTimestamp> {
 
     // ------------------------------------------------------------------------
     // Getters
@@ -86,10 +85,6 @@ public interface ITmfTimestamp extends Cloneable, Comparable<ITmfTimestamp> {
      */
     public ITmfTimestamp getDelta(ITmfTimestamp ts);
 
-    // ------------------------------------------------------------------------
-    // Cloneable
-    // ------------------------------------------------------------------------
-
     /**
      * @return a clone of the timestamp
      */
This page took 0.024619 seconds and 5 git commands to generate.