tmf: Drop generics from ITmfTrace and TmfExperiment
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / event / ITmfEvent.java
index eac36207e4f37c49033b410f7bfcedfc977476d1..95e24f46a981fe8a3e3956fb1d0900470cf84d5f 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * Copyright (c) 2012 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
  *******************************************************************************/
@@ -27,7 +27,7 @@ import org.eclipse.linuxtools.tmf.core.trace.ITmfTrace;
  * For convenience, a free-form reference field is also provided. It could be
  * used as e.g. a location marker (filename:lineno) to indicate where the event
  * was generated.
- * 
+ *
  * @version 1.0
  * @author Francois Chouinard
  *
@@ -74,7 +74,7 @@ public interface ITmfEvent {
     /**
      * @return the trace that 'owns' the event
      */
-    public ITmfTrace<?> getTrace();
+    public ITmfTrace getTrace();
 
     /**
      * @return the event rank within the parent trace
This page took 0.025315 seconds and 5 git commands to generate.