ctf: Add missing @since to previous patch
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / trace / CTFTrace.java
index c97e1b61cc026e0189db6aa0c3faaf7d23d4a83e..a1a9e9c43177f768176f68db08a146743a48e6e7 100644 (file)
@@ -463,6 +463,7 @@ public class CTFTrace implements IDefinitionScope {
      * Get all the streams as an iterable.
      *
      * @return Iterable<Stream> an iterable over streams.
+     * @since 3.0
      */
     public Iterable<Stream> getStreams() {
         return streams.values();
This page took 0.024554 seconds and 5 git commands to generate.