tmf.ui.swtbot.tests: Fix javadoc warning
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 23 Nov 2016 22:31:57 +0000 (17:31 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 25 Nov 2016 21:56:34 +0000 (16:56 -0500)
Warning introduced by 2d594808e2906222ad806151e020c1bd6527f9e7

Change-Id: Iee04992bfa4bf7f95324e37c39bb24f8a73a045a
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Reviewed-on: https://git.eclipse.org/r/85638
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Tested-by: Alexandre Montplaisir <alexmonthy@efficios.com>
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/ConditionHelpers.java

index 9d8abf3420762cadc9b4ab94a40ca0f8fd815769..769875262c0228d17c3e76943b8b31e1f27c56cf 100644 (file)
@@ -475,8 +475,8 @@ public final class ConditionHelpers {
      * Condition to check if the selection contains the specified text at the
      * specified column. The text is checked in any item of the tree selection.
      *
-     * @param tree
-     *            the SWTBot tree
+     * @param timeGraph
+     *            the {@link SWTBotTimeGraph}
      * @param column
      *            the column index
      * @param text
This page took 0.026469 seconds and 5 git commands to generate.