tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfEventType.java
index 20c8a92a23245274af3c73652fba0c6594085b14..8e77e938dd4b9c9a33dc8aff28557f4c47fbd773 100644 (file)
@@ -1,31 +1,30 @@
 /*******************************************************************************
- * Copyright (c) 2012 Ericsson
- * 
+ * Copyright (c) 2012, 2013 Ericsson
+ *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * Contributors:
  *   Francois Chouinard - Initial API and implementation
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.core.event;
 
-
 /**
- * The TMF event event type. It contains a reference to the full field structure
+ * The generic event type in TMF. It contains a reference to the full field structure
  * for that event type.
  * <p>
  * Types are unique within their context space.
- * 
- * @since 1.0
+ *
  * @version 1.0
  * @author Francois Chouinard
- * @see TmfEventType
+ *
  * @see ITmfEvent
+ * @see ITmfEventField
  */
-public interface ITmfEventType extends Cloneable {
+public interface ITmfEventType {
 
     // ------------------------------------------------------------------------
     // Constants
@@ -70,14 +69,4 @@ public interface ITmfEventType extends Cloneable {
      * @return the corresponding event field label
      */
     public String getFieldName(int index);
-
-    // ------------------------------------------------------------------------
-    // Cloneable
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return a clone of the event content
-     */
-    public ITmfEventType clone();
-
 }
This page took 0.024703 seconds and 5 git commands to generate.