summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/connection
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/connection')
-rw-r--r--qadevOOo/tests/java/ifc/connection/_XAcceptor.java2
-rw-r--r--qadevOOo/tests/java/ifc/connection/_XConnector.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
index 01d8fdff0cad..f939eb2c0d42 100644
--- a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
+++ b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
@@ -56,7 +56,7 @@ public class _XAcceptor extends MultiMethodTest {
* stored in this field.
*/
public Exception ex = null ;
- private XAcceptor acc = null ;
+ private final XAcceptor acc;
/**
* If method call returns some value it stores in this field.
*/
diff --git a/qadevOOo/tests/java/ifc/connection/_XConnector.java b/qadevOOo/tests/java/ifc/connection/_XConnector.java
index 16319b34e13f..adc8a044e711 100644
--- a/qadevOOo/tests/java/ifc/connection/_XConnector.java
+++ b/qadevOOo/tests/java/ifc/connection/_XConnector.java
@@ -50,7 +50,7 @@ public class _XConnector extends MultiMethodTest {
/**
* the acceptor
*/
- private XAcceptor acc = null ;
+ private final XAcceptor acc;
/**
* If exception occurred during method call it is
* stored in this field.