summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools
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/tests/java/mod/_svtools
parente09953e84ac69348cedb6d1324ad40a7c86dcac5 (diff)
Java cleanup - remove unnecessary semi-colons
Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
Diffstat (limited to 'qadevOOo/tests/java/mod/_svtools')
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java1
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java2
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java2
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java2
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java2
5 files changed, 4 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java
index 200336ec6634..4dd0968373ad 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBox.java
@@ -185,7 +185,6 @@ public class AccessibleBrowseBox extends TestCase {
private void shortWait() {
try {
Thread.sleep(5000);
- ;
} catch (InterruptedException e) {
System.out.println("While waiting :" + e);
}
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java
index 858727a0699c..29953296f6a8 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderBar.java
@@ -238,7 +238,7 @@ public class AccessibleBrowseBoxHeaderBar extends TestCase {
*/
private void shortWait() {
try {
- Thread.sleep(5000);;
+ Thread.sleep(5000);
} catch (InterruptedException e) {
System.out.println("While waiting :" + e);
}
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
index 3028e0020802..3636c38232f2 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxHeaderCell.java
@@ -220,7 +220,7 @@ public class AccessibleBrowseBoxHeaderCell extends TestCase {
*/
private void shortWait() {
try {
- Thread.sleep(5000); ;
+ Thread.sleep(5000);
} catch (InterruptedException e) {
System.out.println("While waiting :" + e) ;
}
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java
index a2c0ee0bf6ee..809086651fdb 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java
@@ -205,7 +205,7 @@ public class AccessibleBrowseBoxTableCell extends TestCase {
*/
private void shortWait() {
try {
- Thread.sleep(5000); ;
+ Thread.sleep(5000);
} catch (InterruptedException e) {
System.out.println("While waiting :" + e) ;
}
diff --git a/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java b/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java
index a206a33ff188..ab19d1476e08 100644
--- a/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java
+++ b/qadevOOo/tests/java/mod/_svtools/AccessibleIconChoiceCtrlEntry.java
@@ -242,7 +242,7 @@ public class AccessibleIconChoiceCtrlEntry extends TestCase {
*/
private void shortWait() {
try {
- Thread.sleep(5000); ;
+ Thread.sleep(5000);
} catch (InterruptedException e) {
System.out.println("While waiting :" + e) ;
}