Remove the generic location (replace by Comparable)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / custom / CustomXmlTraceContext.java
index 19c91f43236d764f0bcea87ec84fea410b17ab2b..b285e480e783c98d148b04f50e1ad19e6481e8a9 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************\r
  * Copyright (c) 2010 Ericsson\r
- * \r
+ *\r
  * All rights reserved. This program and the accompanying materials are\r
  * made available under the terms of the Eclipse Public License v1.0 which\r
  * accompanies this distribution, and is available at\r
  * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
+ *\r
  * Contributors:\r
  *   Patrick Tasse - Initial API and implementation\r
  *******************************************************************************/\r
@@ -17,7 +17,7 @@ import org.eclipse.linuxtools.tmf.core.trace.TmfContext;
 \r
 public class CustomXmlTraceContext extends TmfContext {\r
 \r
-    public CustomXmlTraceContext(ITmfLocation<?> location, long rank) {\r
+    public CustomXmlTraceContext(ITmfLocation location, long rank) {\r
         super(location, rank);\r
     }\r
 \r
This page took 0.02488 seconds and 5 git commands to generate.