no message
[mir.git] / source / mircoders / storage / DatabaseImageFormat.java
index 0616549..606d1c7 100755 (executable)
@@ -7,9 +7,9 @@ import java.util.*;
 
 import freemarker.template.*;
 
-import webdb.storage.*;
-import webdb.entity.*;
-import webdb.misc.*;
+import mir.storage.*;
+import mir.entity.*;
+import mir.misc.*;
 
 /**
  * <b>Diese Klasse implementiert die Datenbankverbindung zur MetaObjekt-Tabelle
@@ -36,8 +36,6 @@ public class DatabaseImageFormat extends Database implements StorageObject{
                super();
                this.hasTimestamp = false;
                this.theTable="img_format";
-               try { this.theEntityClass = Class.forName("mir.entity.EntityImageFormat");      }
-               catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }
 
        public SimpleList getPopupData() { return getPopupData("name",true); }