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.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/complexlib/MethodThread.java b/qadevOOo/runner/complexlib/MethodThread.java
index 11bdcb61ded1..d30df06609f8 100644
--- a/qadevOOo/runner/complexlib/MethodThread.java
+++ b/qadevOOo/runner/complexlib/MethodThread.java
@@ -29,11 +29,11 @@ public class MethodThread extends Thread
{
/** The method that should be executed **/
- private Method mTestMethod = null;
+ private final Method mTestMethod;
/** The object that implements the method **/
- private Object mInvokeClass = null;
+ private final Object mInvokeClass;
/** A PrintWriter for debug Output **/
- private PrintWriter mLog = null;
+ private final PrintWriter mLog;
/** An Error String **/
private String mErrMessage = null;
/** Did an Exception happen? **/