summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
index f4e573174f0f..6cfcc92de4e2 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XExecutableDialog.java
@@ -97,8 +97,8 @@ public class _XExecutableDialog extends MultiMethodTest {
*/
protected class ExecThread extends Thread {
- public short execRes = (short) 17 ;
- private XExecutableDialog Diag = null ;
+ public short execRes = (short) 17;
+ private final XExecutableDialog Diag;
public ExecThread(XExecutableDialog Diag) {
this.Diag = Diag ;