lttng: More luna annotation updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / ITmfLocation.java
index ccf856268eb6a52f9bbdaa0e54c2850f17d17a94..3f7b5279d325534e39febc006ed43669365942c9 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010, 2012 Ericsson
+ * Copyright (c) 2009, 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
@@ -20,7 +20,7 @@ package org.eclipse.linuxtools.tmf.core.trace;
  * enough information to allow the positioning of the trace 'pointer' to read an
  * arbitrary event.
  * <p>
- * This location is trace-specific and must be comparable.
+ * This location is trace-specific, must be comparable and immutable.
  *
  * @version 2.0
  * @author Francois Chouinard
@@ -37,15 +37,6 @@ public interface ITmfLocation {
      * @return the location information
      * @since 2.0
      */
-    public Comparable<?> getLocationInfo();
-
-    // ------------------------------------------------------------------------
-    // Operations
-    // ------------------------------------------------------------------------
-
-    /**
-     * @return a clone of the location
-     */
-    public ITmfLocation clone();
+    Comparable<?> getLocationInfo();
 
 }
This page took 0.024346 seconds and 5 git commands to generate.