Refactor TmfExperiment
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfEventField.java
index 0168e5fd76b7284ea917d2ceb20a64756551500e..7efb44dfaf485a69b4f57cbe1a1b896a42251c27 100644 (file)
@@ -16,14 +16,13 @@ package org.eclipse.linuxtools.tmf.core.event;
  * The generic event payload in TMF. Each field can be either a terminal or
  * further decomposed into subfields.
  * 
- * @since 1.0
  * @version 1.0
  * @author Francois Chouinard
  *
  * @see ITmfEvent
  * @see ITmfEventType
  */
-public interface ITmfEventField extends Cloneable {
+public interface ITmfEventField {
 
     // ------------------------------------------------------------------------
     // Constants
@@ -73,10 +72,6 @@ public interface ITmfEventField extends Cloneable {
      */
     public ITmfEventField getField(int index);
 
-    // ------------------------------------------------------------------------
-    // Cloneable
-    // ------------------------------------------------------------------------
-
     /**
      * @return a clone of the event field
      */
This page took 0.02577 seconds and 5 git commands to generate.