tmf: fix warning in CallstackEntry
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 18 Jul 2014 17:03:42 +0000 (13:03 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 18 Jul 2014 20:57:00 +0000 (16:57 -0400)
Change-Id: I08bd4620ed74cbd1d603efa3f30cd25ff24ce565
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/30133
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/callstack/CallStackEntry.java

index ceb3e957d6f7ad2db4a410172cdb4ae112f8371d..32ca48b38ae8371dc04e4e7a15d18484903af3cf 100644 (file)
@@ -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) {
This page took 0.029102 seconds and 5 git commands to generate.