summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_svtools/AccessibleBrowseBoxTableCell.java2
1 files changed, 1 insertions, 1 deletions
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) ;
}