summaryrefslogtreecommitdiff
path: root/framework/qa/complex/imageManager/_XTypeProvider.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 11:36:04 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:22 +0200
commitda677dfd59c2b551f3335ee0a5d5dfb33f9869c5 (patch)
tree9aa09066c95935117bf405b119ed9f89f448a54d /framework/qa/complex/imageManager/_XTypeProvider.java
parent14d1a11ec4a7ed0deeac522403248536e8d23f57 (diff)
java: reduce scope, make fields private
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
Diffstat (limited to 'framework/qa/complex/imageManager/_XTypeProvider.java')
-rw-r--r--framework/qa/complex/imageManager/_XTypeProvider.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/qa/complex/imageManager/_XTypeProvider.java b/framework/qa/complex/imageManager/_XTypeProvider.java
index dffbe0e9b7e1..1f45f9a3492b 100644
--- a/framework/qa/complex/imageManager/_XTypeProvider.java
+++ b/framework/qa/complex/imageManager/_XTypeProvider.java
@@ -37,9 +37,9 @@ import lib.TestParameters;
public class _XTypeProvider {
- TestParameters tEnv = null;
- public static XTypeProvider oObj = null;
- public static Type[] types = null;
+ private TestParameters tEnv = null;
+ private static XTypeProvider oObj = null;
+ private static Type[] types = null;
public _XTypeProvider(TestParameters tEnv, XTypeProvider oObj) {