summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java')
-rw-r--r--qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
index 503baf630a4b..f34dd3e879ec 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XFilePickerNotifier.java
@@ -183,7 +183,7 @@ public class _XFilePickerNotifier extends MultiMethodTest {
protected class ExecThread extends Thread {
public short execRes = (short) 17 ;
- private XExecutableDialog Diag = null ;
+ private final XExecutableDialog Diag;
public ExecThread(XExecutableDialog Diag) {
this.Diag = Diag ;