summaryrefslogtreecommitdiff
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.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/LoggingThread.java b/qadevOOo/runner/helper/LoggingThread.java
index 9869e7885b9d..590a467a7134 100644
--- a/qadevOOo/runner/helper/LoggingThread.java
+++ b/qadevOOo/runner/helper/LoggingThread.java
@@ -36,10 +36,10 @@ import util.utils;
*/
public class LoggingThread extends Thread {
- private TestParameters param;
- private LogWriter log = null;
+ private final TestParameters param;
+ private final LogWriter log;
private boolean finished = false;
- private boolean debug = false;
+ private final boolean debug;
public LoggingThread(LogWriter log, TestParameters tParam) {
this.log = log;