Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / trace / location / TmfLocation.java
index 5ba8002f6d4d96428a0cdc1f26568eb6e97b065d..a467385eacb024b409d07b714f0bede1a761f323 100644 (file)
@@ -19,7 +19,6 @@ package org.eclipse.tracecompass.tmf.core.trace.location;
  * comparable location information.
  *
  * @author Francois Chouinard
- * @since 3.0
  */
 public abstract class TmfLocation implements ITmfLocation {
 
@@ -57,9 +56,6 @@ public abstract class TmfLocation implements ITmfLocation {
     // Getters
     // ------------------------------------------------------------------------
 
-    /**
-     * @since 2.0
-     */
     @Override
     public Comparable<?> getLocationInfo() {
         return fLocationInfo;
This page took 0.026324 seconds and 5 git commands to generate.