Refactor TmfExperiment
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / TmfEventField.java
index 6d1ed598248271b80bb214d2782cbb258be7f901..100e5ae4782f4d7d0a309fba97be789f1c40a074 100644 (file)
@@ -23,14 +23,13 @@ import java.util.Map;
  * Non-value fields are structural (i.e. used to represent the event structure
  * including optional fields) while the valued fields are actual event fields.
  * 
- * @since 1.0
  * @version 1.0
  * @author Francois Chouinard
  * 
  * @see ITmfEvent
  * @see ITmfEventType
  */
-public class TmfEventField implements ITmfEventField {
+public class TmfEventField implements ITmfEventField, Cloneable {
 
     // ------------------------------------------------------------------------
     // Attributes
This page took 0.026705 seconds and 5 git commands to generate.