summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/TestEnvironment.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/TestEnvironment.java')
-rw-r--r--qadevOOo/runner/lib/TestEnvironment.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/lib/TestEnvironment.java b/qadevOOo/runner/lib/TestEnvironment.java
index 1bc9cd10a2f8..e88c90e3c0f3 100644
--- a/qadevOOo/runner/lib/TestEnvironment.java
+++ b/qadevOOo/runner/lib/TestEnvironment.java
@@ -19,7 +19,7 @@
package lib;
import com.sun.star.uno.XInterface;
-import java.util.Hashtable;
+import java.util.HashMap;
/**
@@ -34,7 +34,7 @@ public final class TestEnvironment {
* Contains object relations - auxiliary objects associated with the
* tested object and required for testing.
*/
- private final Hashtable relations = new Hashtable(10);
+ private final HashMap relations = new HashMap(10);
/**
* An instance of the tested implementation object.