fixes:
[mir.git] / source / mircoders / module / ModuleComment.java
index c9a6e4a..c57a920 100755 (executable)
@@ -32,7 +32,7 @@
 package mircoders.module;
 
 import java.io.PrintWriter;
-import java.util.HashMap;
+import java.util.Map;
 
 import mir.entity.Entity;
 import mir.log.LoggerToWriterAdapter;
@@ -92,7 +92,7 @@ public class ModuleComment extends AbstractModule
   /**
    * setValues in the Entity and updates them on the StorageObject
    */
-  public String set(HashMap theValues) throws ModuleException {
+  public String set(Map theValues) throws ModuleException {
     try {
       Entity theEntity = theStorage.selectById((String)theValues.get("id"));
       if (theEntity == null)