From: Matthew Khouzam Date: Mon, 24 Feb 2014 22:19:50 +0000 (-0500) Subject: ctf: fix artefact in javadoc X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6e85efc5174d58a4e0a0c23b5c39d658d3888c3b;p=deliverable%2Ftracecompass.git ctf: fix artefact in javadoc Signed-off-by: Matthew Khouzam Change-Id: I3e08aab27576592d8932b629fc152c9c5204c6bd Reviewed-on: https://git.eclipse.org/r/22481 Tested-by: Hudson CI Reviewed-by: Marc-Andre Laperle IP-Clean: Marc-Andre Laperle Tested-by: Marc-Andre Laperle --- diff --git a/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java b/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java index f0dcf0e464..a0fc0fca51 100644 --- a/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java +++ b/org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/trace/CTFTrace.java @@ -638,8 +638,6 @@ public class CTFTrace implements IDefinitionScope { * the file of the stream * @throws CTFReaderException * A stream had an issue being read - * @throws ParseException - * the stream may have conflicts * @since 3.0 */ public void addStreamFile(File streamFile) throws CTFReaderException {