summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-08-21 08:35:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-28 16:15:42 +0200
commit2caf5d19376f211bce78c9ecf040fa686201befc (patch)
tree3f6cc30fce207a1977871ebb2d4f61a2daa3704e /qadevOOo/runner
parente09953e84ac69348cedb6d1324ad40a7c86dcac5 (diff)
Java cleanup - remove unnecessary semi-colons
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/helper/ObjectInspectorModelImpl.java4
-rw-r--r--qadevOOo/runner/lib/Status.java2
-rw-r--r--qadevOOo/runner/util/SOfficeFactory.java1
-rw-r--r--qadevOOo/runner/util/WaitUnreachable.java2
4 files changed, 4 insertions, 5 deletions
diff --git a/qadevOOo/runner/helper/ObjectInspectorModelImpl.java b/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
index b585636c1ded..3626a0dabeee 100644
--- a/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
+++ b/qadevOOo/runner/helper/ObjectInspectorModelImpl.java
@@ -94,14 +94,14 @@ public class ObjectInspectorModelImpl implements XObjectInspectorModel{
*/
public int getMinHelpTextLines() {
return 3;
- };
+ }
/** returns maximum number of lines in the help text section.
@return 8
*/
public int getMaxHelpTextLines() {
return 8;
- };
+ }
/** returns whether or not the inspector's UI should be read-only
*/
diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java
index c6629f520698..5a02493da911 100644
--- a/qadevOOo/runner/lib/Status.java
+++ b/qadevOOo/runner/lib/Status.java
@@ -111,7 +111,7 @@ public class Status extends SimpleStatus {
* "FAILED.The getLabel works wrong", "PASSED.OK".
*/
public String toString() {
- String str = getRunStateString() + "." + getStateString();;
+ String str = getRunStateString() + "." + getStateString();
return str;
}
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();
}