summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index 0ba9a03e9acf..751c22efacfd 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -234,7 +234,7 @@ public class _XCommandProcessor extends MultiMethodTest {
try {
aborter.join(5000);
aborter.interrupt();
- } catch(java.lang.InterruptedException e) {
+ } catch(InterruptedException e) {
}
}
}