tmf/lttng: Remove unneeded (non-Javadoc) comments
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / trace / Stream.java
index 8994926837aec3422e2a43f719269f78bc863ba3..5fb6de2f22081739c637d94a46dbfa98e2b020e4 100644 (file)
@@ -257,10 +257,6 @@ public class Stream {
         inputs.add(input);
     }
 
-
-    /* (non-Javadoc)
-     * @see java.lang.Object#toString()
-     */
     @Override
     public String toString() {
         return "Stream [id=" + id + ", packetContextDecl=" + packetContextDecl //$NON-NLS-1$ //$NON-NLS-2$
This page took 0.02419 seconds and 5 git commands to generate.