merged 1.1 branch into head
[mir.git] / source / mircoders / entity / EntityOther.java
index d05c5fd..ba4d468 100755 (executable)
@@ -32,10 +32,8 @@ package mircoders.entity;
 
 import java.util.Map;
 
-import mir.storage.StorageObject;
-
 /**
- * This class handles storage of other data and meta data
+ * This class handles database of other data and meta data
  *
  * @author mh
  * @version 11.11.2000
@@ -48,11 +46,6 @@ public class EntityOther extends EntityUploadedMedia
     super();
   }
 
-  public EntityOther(StorageObject theStorage) {
-    this();
-    setStorage(theStorage);
-  }
-
   public void setFieldValues(Map theStringValues) {
     if (theStringValues != null) {
       if (!theStringValues.containsKey("is_published"))