summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/util/_XFlushable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XFlushable.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XFlushable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XFlushable.java b/qadevOOo/tests/java/ifc/util/_XFlushable.java
index 8cb849b008bb..d96e075e95e5 100644
--- a/qadevOOo/tests/java/ifc/util/_XFlushable.java
+++ b/qadevOOo/tests/java/ifc/util/_XFlushable.java
@@ -52,7 +52,7 @@ public class _XFlushable extends MultiMethodTest {
public boolean wasFlushed() { return called; }
}
- private MyFlushListener listener1 = new MyFlushListener(),
+ private final MyFlushListener listener1 = new MyFlushListener(),
listener2 = new MyFlushListener() ;
/**