From: Matthew Khouzam Date: Fri, 18 Jul 2014 17:03:42 +0000 (-0400) Subject: tmf: fix warning in CallstackEntry X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e28e05f692232278bc8f9f8326d3cc61289344a6;p=deliverable%2Ftracecompass.git tmf: fix warning in CallstackEntry Change-Id: I08bd4620ed74cbd1d603efa3f30cd25ff24ce565 Signed-off-by: Matthew Khouzam Reviewed-on: https://git.eclipse.org/r/30133 Reviewed-by: Alexandre Montplaisir Tested-by: Hudson CI --- diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackEntry.java b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackEntry.java index ceb3e957d6..32ca48b38a 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackEntry.java +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackEntry.java @@ -42,7 +42,7 @@ public class CallStackEntry extends TimeGraphEntry { * The stack level * @param trace * The trace that this view is talking about - * @deprecated Use {@link #CallStackEntry(int, int, ITmfTrace, ITmfStateSystem)} + * @deprecated Use {@link #CallStackEntry(String, int, int, ITmfTrace, ITmfStateSystem)} */ @Deprecated public CallStackEntry(int quark, int stackLevel, ITmfTrace trace) {