ctf: java 8 compliance of javadoc
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / trace / CTFTrace.java
index d0d63dcc1df4474a221a78563a1148d849581c6d..7bb19730fe8c4cce8279e57f40084e4d402a2337 100644 (file)
@@ -245,8 +245,6 @@ public class CTFTrace implements IDefinitionScope, AutoCloseable {
                 }
             }
         }
-        // Invoke GC to release MappedByteBuffer objects (Java bug JDK-4724038)
-        System.gc();
     }
 
     // ------------------------------------------------------------------------
@@ -469,7 +467,7 @@ public class CTFTrace implements IDefinitionScope, AutoCloseable {
     /**
      * Get all the streams as an iterable.
      *
-     * @return Iterable<Stream> an iterable over streams.
+     * @return Iterable&lt;Stream&gt; an iterable over streams.
      * @since 3.0
      */
     public Iterable<Stream> getStreams() {
This page took 0.025691 seconds and 5 git commands to generate.