diff options
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt')
-rw-r--r-- | qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java index 976c8f430351..557abd569634 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java +++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java @@ -395,7 +395,7 @@ public class _XUserInputInterception extends MultiMethodTest { * press a key with the <CODE>Robot</CODE> class * @see java.awt.Robot */ - private class EventTrigger extends Thread{ + private class EventTrigger implements Runnable { /** * represents an <CODE>EventType</CODE> @@ -434,7 +434,6 @@ public class _XUserInputInterception extends MultiMethodTest { * </LI> * </UL> */ - @Override public void run(){ switch (this.eventType){ |