*** empty log message ***
[mir.git] / source / mircoders / storage / DatabaseFeature.java
index 6c4eff7..2ae9d15 100755 (executable)
@@ -37,14 +37,14 @@ public class DatabaseFeature extends Database implements StorageObject{
                this.theTable="feature";
 
                try {
-                               this.theEntityClass = Class.forName("mir.entity.EntityFeature");
+                               this.theEntityClass = Class.forName("mircoders.entity.EntityFeature");
                }
                catch (Exception e) {
                                throw new StorageObjectException(e.toString());
                }
        }
 
-       public SimpleList getPopupData() {
+       public SimpleList getPopupData() throws StorageObjectException {
                return getPopupData("title",true);
        }