media-upload
[mir.git] / source / mircoders / storage / DatabaseBreaking.java
index 2a9ad58..cb789d8 100755 (executable)
@@ -35,7 +35,7 @@ public class DatabaseBreaking extends Database implements StorageObject{
                this.cache = new HashMap();
                this.theTable="breaking";
                try {
-                       this.theEntityClass = Class.forName("mir.entity.EntityBreaking");
+                       this.theEntityClass = Class.forName("mircoders.entity.EntityBreaking");
                }
                catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }