Rename 'locationData' to 'locationInfo' (for lack of a better name...)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / ITmfLocation.java
index d5e497784fdc42df3bbb27b12fde972ba45a1774..ccf856268eb6a52f9bbdaa0e54c2850f17d17a94 100644 (file)
@@ -13,7 +13,6 @@
 
 package org.eclipse.linuxtools.tmf.core.trace;
 
-
 /**
  * The generic trace location in TMF.
  * <p>
@@ -23,7 +22,7 @@ package org.eclipse.linuxtools.tmf.core.trace;
  * <p>
  * This location is trace-specific and must be comparable.
  *
- * @version 1.0
+ * @version 2.0
  * @author Francois Chouinard
  */
 public interface ITmfLocation {
@@ -33,10 +32,12 @@ public interface ITmfLocation {
     // ------------------------------------------------------------------------
 
     /**
-     * @return the location
+     * Returns the concrete trace location information
+     *
+     * @return the location information
      * @since 2.0
      */
-    public Comparable<?> getLocationData();
+    public Comparable<?> getLocationInfo();
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.024024 seconds and 5 git commands to generate.