lttng: Update @since annotations for 3.0
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / TmfExperiment.java
index b999bf41cbfafbcf4e645dcf27797f5966b12bd2..48f749992bd426bcf51b3ce14357ea1a0ff066b2 100644 (file)
@@ -621,6 +621,9 @@ public class TmfExperiment extends TmfTrace implements ITmfEventParser, ITmfPers
         }
     }
 
+    /**
+     * @since 3.0
+     */
     @Override
     public synchronized int getCheckpointSize() {
         int totalCheckpointSize = 0;
@@ -647,6 +650,9 @@ public class TmfExperiment extends TmfTrace implements ITmfEventParser, ITmfPers
         return totalCheckpointSize;
     }
 
+    /**
+     * @since 3.0
+     */
     @Override
     public ITmfLocation restoreLocation(ByteBuffer bufferIn) {
         ITmfLocation[] locations = new ITmfLocation[fTraces.length];
This page took 0.024707 seconds and 5 git commands to generate.