no message
[mir.git] / source / mircoders / storage / DatabaseArticleType.java
index 12eef86..4320b33 100755 (executable)
@@ -40,8 +40,6 @@ public class DatabaseArticleType extends Database implements StorageObject{
                super();
                this.hasTimestamp = false;
                this.theTable="article_type";
-               try { this.theEntityClass = Class.forName("mir.entity.EntityArticleType");      }
-               catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }
 
        public SimpleList getPopupData() { return getPopupData("name",false); }