Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / trace / ITmfContext.java
index e512165c8d62844ac79843e7303fb8dad0f8ee52..11acefaf8c8072cad2add12b9cf52e5d298adf62 100644 (file)
@@ -51,7 +51,6 @@ public interface ITmfContext {
 
     /**
      * @return the location of the event at the context rank
-     * @since 3.0
      */
     ITmfLocation getLocation();
 
@@ -66,7 +65,6 @@ public interface ITmfContext {
 
     /**
      * @param location the new location
-     * @since 3.0
      */
     void setLocation(ITmfLocation location);
 
This page took 0.025075 seconds and 5 git commands to generate.