summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/idesupport/CommandLineTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/java/org/openoffice/idesupport/CommandLineTools.java')
-rw-r--r--scripting/java/org/openoffice/idesupport/CommandLineTools.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/java/org/openoffice/idesupport/CommandLineTools.java b/scripting/java/org/openoffice/idesupport/CommandLineTools.java
index 73e81755679a..5cb8d5f51b55 100644
--- a/scripting/java/org/openoffice/idesupport/CommandLineTools.java
+++ b/scripting/java/org/openoffice/idesupport/CommandLineTools.java
@@ -181,7 +181,7 @@ public class CommandLineTools {
private String language = null;
private MethodFinder finder = null;
private ArrayList scripts = null;
- private Hashtable properties = new Hashtable(3);
+ private HashMap properties = new HashMap(3);
public GenerateCommand(String basedir) {
this.basedir = new File(basedir);