Rename xxx.lttng to xxx.lttng.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / trace / ITmfLocation.java
index 20b20caf5e400be810c05df4bbf4591f513ba319..843b0169f6c604954a767fcb44d0f8741fa230b9 100644 (file)
@@ -17,7 +17,7 @@ package org.eclipse.linuxtools.tmf.trace;
  * <p>
  * This is a place-holder for the location objects.
  */
-public interface ITmfLocation<L> extends Cloneable {
+public interface ITmfLocation<L extends Comparable<?>> extends Cloneable {
 
        public void setLocation(L location);
 
This page took 0.023893 seconds and 5 git commands to generate.