summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/connection/_XAcceptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/connection/_XAcceptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
index 09ff4c65a421..01d8fdff0cad 100644
--- a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
+++ b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
@@ -149,7 +149,7 @@ public class _XAcceptor extends MultiMethodTest {
try {
Thread.sleep(500);
}
- catch (java.lang.InterruptedException e) {}
+ catch (InterruptedException e) {}
XConnection con = xConnector.connect(connectString) ;