Refactor TmfExperiment
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfEvent.java
index a3ffdcacff13da529c5e06703d838056144abd16..eac36207e4f37c49033b410f7bfcedfc977476d1 100644 (file)
@@ -28,7 +28,6 @@ import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
  * used as e.g. a location marker (filename:lineno) to indicate where the event
  * was generated.
  * 
- * @since 1.0
  * @version 1.0
  * @author Francois Chouinard
  *
@@ -37,7 +36,7 @@ import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
  * @see ITmfEventField
  * @see TmfEvent
  */
-public interface ITmfEvent extends Cloneable {
+public interface ITmfEvent {
 
     // ------------------------------------------------------------------------
     // Constants
@@ -107,10 +106,6 @@ public interface ITmfEvent extends Cloneable {
      */
     public String getReference();
 
-    // ------------------------------------------------------------------------
-    // Cloneable
-    // ------------------------------------------------------------------------
-
     /**
      * @return a clone of the event
      */
This page took 0.023712 seconds and 5 git commands to generate.