summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/ValueComparer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/ValueComparer.java')
-rw-r--r--qadevOOo/runner/util/ValueComparer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/ValueComparer.java b/qadevOOo/runner/util/ValueComparer.java
index 47dd0a9e7f5f..3ce1719156d5 100644
--- a/qadevOOo/runner/util/ValueComparer.java
+++ b/qadevOOo/runner/util/ValueComparer.java
@@ -73,7 +73,7 @@ public class ValueComparer {
if ( pv1.length != pv2.length) {
return false;
}
- HashMap hm1 = new HashMap();
+ HashMap<String, Object> hm1 = new HashMap<String, Object>();
boolean result = true;
int i = 0;