summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-18 11:20:47 +0200
committerNoel Grandin <noel@peralex.com>2015-01-05 09:58:50 +0200
commit82257e9087dc405fdc45cba7d6867be53b5ec9b3 (patch)
tree0336b6046645b669ac76d1a7f0a393102ab18f55 /qadevOOo/tests/java
parent08e8bd4eaf19df693fe0b17c91e8fb566b1f82f9 (diff)
java: static fields that should be instance fields
found by FindBugs. Change-Id: I4f457cd8f6f28f0429fc50529c8d38d80b80c560
Diffstat (limited to 'qadevOOo/tests/java')
-rw-r--r--qadevOOo/tests/java/mod/_acceptor/uno/Acceptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_acceptor/uno/Acceptor.java b/qadevOOo/tests/java/mod/_acceptor/uno/Acceptor.java
index a8239a9fd4bd..1431c2e97f11 100644
--- a/qadevOOo/tests/java/mod/_acceptor/uno/Acceptor.java
+++ b/qadevOOo/tests/java/mod/_acceptor/uno/Acceptor.java
@@ -41,7 +41,7 @@ public class Acceptor extends TestCase {
*/
protected static final int basePort = 10000;
private int curPort ;
- private static String sOfficeHost = null ;
+ private String sOfficeHost = null ;
/**
* Retrieves host name where StarOffice is started from test