From 2caf5d19376f211bce78c9ecf040fa686201befc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Aug 2012 08:35:58 +0200 Subject: Java cleanup - remove unnecessary semi-colons Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac --- qadevOOo/runner/util/SOfficeFactory.java | 1 - qadevOOo/runner/util/WaitUnreachable.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'qadevOOo/runner/util') diff --git a/qadevOOo/runner/util/SOfficeFactory.java b/qadevOOo/runner/util/SOfficeFactory.java index 1ac29a23bdc9..ec55d8804d48 100644 --- a/qadevOOo/runner/util/SOfficeFactory.java +++ b/qadevOOo/runner/util/SOfficeFactory.java @@ -409,7 +409,6 @@ public class SOfficeFactory { int i; for (i = 0; oNameAccess.hasByName(prefix + i); i++) { } - ; return prefix + i; } diff --git a/qadevOOo/runner/util/WaitUnreachable.java b/qadevOOo/runner/util/WaitUnreachable.java index e2aa6ee28d5c..ab9c4bb7151e 100644 --- a/qadevOOo/runner/util/WaitUnreachable.java +++ b/qadevOOo/runner/util/WaitUnreachable.java @@ -107,7 +107,7 @@ public final class WaitUnreachable { } private final WaitUnreachable unreachable; - }; + } new WaitThread(obj).start(); } -- cgit