tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / editors / ITmfTraceEditor.java
index 43359bf745800240dacdff870f9d0841f2ef83d5..fcda1bd12a1d30497435ffd8d2b8fa5ef6447f1e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2010 Ericsson
+ * Copyright (c) 2010, 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
@@ -28,7 +28,7 @@ public interface ITmfTraceEditor {
      *
      * @return The trace
      */
-    public ITmfTrace<?> getTrace();
+    public ITmfTrace getTrace();
 
     /**
      * Get the bookmark file associated to this trace
This page took 0.023615 seconds and 5 git commands to generate.