summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XTextComponent.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XTextComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
index ae8de12c7efa..33f8fdfe10e5 100644
--- a/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
+++ b/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
@@ -92,7 +92,7 @@ public class _XTextComponent extends MultiMethodTest {
oObj.setText("Listen");
try {
Thread.sleep(500);
- } catch(java.lang.InterruptedException e) {
+ } catch(InterruptedException e) {
e.printStackTrace(log);
}
if (!textChanged) {