summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper/LoggingThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/LoggingThread.java')
-rw-r--r--qadevOOo/runner/helper/LoggingThread.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/runner/helper/LoggingThread.java b/qadevOOo/runner/helper/LoggingThread.java
index 70249fe793c5..6eb2e1861640 100644
--- a/qadevOOo/runner/helper/LoggingThread.java
+++ b/qadevOOo/runner/helper/LoggingThread.java
@@ -52,6 +52,7 @@ public class LoggingThread extends Thread {
this.debug = tParam.getBool(PropertyName.DEBUG_IS_ACTIVE);
}
+ @Override
public void run() {
final int timeOut = param.getInt(PropertyName.TIME_OUT) / 2;
int count = 0;