Add missing @Override annotation
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 7 Jul 2017 20:58:14 +0000 (16:58 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 7 Jul 2017 20:58:14 +0000 (16:58 -0400)
Change-Id: I655bf34074f35050eac4387d5db4cca3d66a3b4c
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotSash.java

index 7d60c2ceffc88e4b1bed676be7d91460e990b076..63d0d0b9dad927fc78ee18bad2f82c25daf754a1 100644 (file)
@@ -43,6 +43,7 @@ public class SWTBotSash extends AbstractSWTBotControl<Sash> {
      *
      * @return the bounds relative to the parent
      */
+    @Override
     public Rectangle getBounds() {
         return syncExec(new Result<Rectangle>() {
             @Override
This page took 0.025079 seconds and 5 git commands to generate.