summaryrefslogtreecommitdiffstats
path: root/connectivity/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-17 14:23:47 +0200
committerNoel Grandin <noel@peralex.com>2014-12-19 11:49:10 +0200
commit581d1e35f86077ce91a59ad3dc4760cda0b19071 (patch)
tree3c363104a6376d101263ce30c9ecb26b7bee1a2e /connectivity/qa
parentResolves: fdo#86552 undo want to take ownership of nodes, but can't (diff)
downloadcore-581d1e35f86077ce91a59ad3dc4760cda0b19071.tar.gz
core-581d1e35f86077ce91a59ad3dc4760cda0b19071.zip
java: reduce visibility of some methods and fields
found by UCDetector Change-Id: I0a0a00d1fae1fed2e6aef198b7a1482d7e7e29f0
Diffstat (limited to 'connectivity/qa')
-rw-r--r--connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
index 9658bca70675..ba9dcdf06dd8 100644
--- a/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
+++ b/connectivity/qa/complex/connectivity/hsqldb/TestCacheSize.java
@@ -100,8 +100,8 @@ public class TestCacheSize {
private int deleteWhileInsertInterval = 10000;
// size of the tables used in test
- int bigrows = 10000;
- int smallrows = 0xfff;
+ private int bigrows = 10000;
+ private int smallrows = 0xfff;
// if the extra table needs to be created and filled up
private boolean multikeytable = false;