summaryrefslogtreecommitdiff
path: root/framework/qa/complex/imageManager/_XTypeProvider.java
diff options
context:
space:
mode:
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) {