From ee5316210c33194717523e088825e6827da9d277 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 23 Nov 2016 17:31:57 -0500 Subject: [PATCH] tmf.ui.swtbot.tests: Fix javadoc warning Warning introduced by 2d594808e2906222ad806151e020c1bd6527f9e7 Change-Id: Iee04992bfa4bf7f95324e37c39bb24f8a73a045a Signed-off-by: Jonathan Rajotte Reviewed-on: https://git.eclipse.org/r/85638 Reviewed-by: Hudson CI Reviewed-by: Alexandre Montplaisir Tested-by: Alexandre Montplaisir --- .../tmf/ui/swtbot/tests/shared/ConditionHelpers.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/ConditionHelpers.java b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/ConditionHelpers.java index 9d8abf3420..769875262c 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/ConditionHelpers.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/ConditionHelpers.java @@ -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 -- 2.34.1