diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-17 11:35:04 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-12-19 10:41:58 +0200 |
commit | 2d82619a528ebdf867f242c85ad626462609ba39 (patch) | |
tree | 4653347d1e28bb02a723be5c58b744d277e6697f /vcl/qa/complex | |
parent | 0ae24c2189ea68576c96fcbe87299b51256cb468 (diff) |
java: static fields that should not be static
Found by FindBugs.
Change-Id: I223841f7bb8c515c9612322abc0b13e134385abd
Diffstat (limited to 'vcl/qa/complex')
-rw-r--r-- | vcl/qa/complex/memCheck/CheckMemoryUsage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/complex/memCheck/CheckMemoryUsage.java b/vcl/qa/complex/memCheck/CheckMemoryUsage.java index 8d53afbcbc04..c37a017adb72 100644 --- a/vcl/qa/complex/memCheck/CheckMemoryUsage.java +++ b/vcl/qa/complex/memCheck/CheckMemoryUsage.java @@ -103,7 +103,7 @@ public class CheckMemoryUsage /** * The test parameters */ - private static TestParameters param = null; + private TestParameters param = null; /** * Collect all documents to load and all filters used for export. |