summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
index 4b72518f8788..b4ab947731e4 100644
--- a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
+++ b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java
@@ -49,7 +49,7 @@ public class _XDispatchProviderInterception extends MultiMethodTest {
* provider.
*/
public class TestInterceptor implements XDispatchProviderInterceptor {
- private PrintWriter log = null ;
+ private final PrintWriter log;
public XDispatchProvider master = null, slave = null ;
public TestInterceptor(PrintWriter log) {