Config updated
[mir.git] / source / mircoders / storage / DatabaseLanguage.java
index f6c3972..6db1af0 100755 (executable)
@@ -40,11 +40,9 @@ public class DatabaseLanguage extends Database implements StorageObject{
                super();
                this.hasTimestamp = false;
                this.theTable="language";
-               try { this.theEntityClass = Class.forName("mir.entity.EntityLanguage"); }
-               catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }
 
-       public SimpleList getPopupData() { return getPopupData("name",false); }
+       public SimpleList getPopupData() throws StorageObjectException { return getPopupData("name",false); }
 
 
 }