summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/complexlib/MethodThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/complexlib/MethodThread.java')
-rw-r--r--qadevOOo/runner/complexlib/MethodThread.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/runner/complexlib/MethodThread.java b/qadevOOo/runner/complexlib/MethodThread.java
index 70d5ce993f02..b6f1b81affba 100644
--- a/qadevOOo/runner/complexlib/MethodThread.java
+++ b/qadevOOo/runner/complexlib/MethodThread.java
@@ -64,6 +64,7 @@ public class MethodThread extends Thread
/**
* Invoke the method.
*/
+ @Override
public void run()
{
try
@@ -115,6 +116,7 @@ public class MethodThread extends Thread
* Stop the running method.
* @deprecated
*/
+ @Override
public void destroy()
{
stop();