no message
[mir.git] / source / mircoders / storage / DatabaseMessages.java
index 9878c79..2c96902 100755 (executable)
@@ -39,10 +39,6 @@ public class DatabaseMessages extends Database implements StorageObject{
                super();
                this.cache = new HashMap();
                this.theTable="messages";
-               try {
-                       this.theEntityClass = Class.forName("mir.entity.EntityMessage");
-               }
-               catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }