summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_remotebridge/various.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_remotebridge/various.java')
-rw-r--r--qadevOOo/tests/java/mod/_remotebridge/various.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/mod/_remotebridge/various.java b/qadevOOo/tests/java/mod/_remotebridge/various.java
index a3caa518fd05..4983092f37d3 100644
--- a/qadevOOo/tests/java/mod/_remotebridge/various.java
+++ b/qadevOOo/tests/java/mod/_remotebridge/various.java
@@ -67,7 +67,7 @@ public class various extends TestCase {
* which is free.
*/
protected static final int basePort = 50000;
- private int curPort = 50000;
+ private final int curPort = 50000;
private XAcceptor xAcctr;
private XConnector xCntr;
@@ -87,7 +87,7 @@ public class various extends TestCase {
*
* @see com.sun.star.lang.MultiServiceFactory
*/
- private XMultiServiceFactory xMSF = null;
+ private final XMultiServiceFactory xMSF;
/**
* Construct object with a MultiServiceFactory
@@ -125,7 +125,7 @@ public class various extends TestCase {
* 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.
*/