Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / trace / indexer / checkpoint / ITmfCheckpoint.java
index 3789c0f603d46494b1dd98a69fc4e3bb4a738001..2e3ff1cfe350784763b0422a20da929f03a43b3a 100644 (file)
@@ -26,7 +26,6 @@ import org.eclipse.tracecompass.tmf.core.trace.location.ITmfLocation;
  * @see ITmfLocation
  *
  * @author Francois Chouinard
- * @since 3.0
  */
 public interface ITmfCheckpoint extends Comparable<ITmfCheckpoint> {
 
@@ -42,7 +41,6 @@ public interface ITmfCheckpoint extends Comparable<ITmfCheckpoint> {
 
     /**
      * @return the timestamp of the event referred to by the context
-     * @since 2.0
      */
     ITmfTimestamp getTimestamp();
 
@@ -63,7 +61,6 @@ public interface ITmfCheckpoint extends Comparable<ITmfCheckpoint> {
      * be seen as the index of the checkpoint in the order it was added.
      *
      * @return the checkpoint rank for this checkpoint
-     * @since 3.0
      */
     long getCheckpointRank();
 
@@ -72,8 +69,6 @@ public interface ITmfCheckpoint extends Comparable<ITmfCheckpoint> {
      *
      * @param bufferOut
      *            the buffer to write to
-     *
-     * @since 3.0
      */
     void serialize(ByteBuffer bufferOut);
 }
This page took 0.024955 seconds and 5 git commands to generate.