no message
[mir.git] / source / mircoders / storage / DatabaseGroups.java
index 9d69b21..0b5762d 100755 (executable)
@@ -36,7 +36,7 @@ public class DatabaseGroups extends Database implements StorageObject{
                this.cache = new HashMap();
                this.theTable="creator";
                try {
-                       this.theEntityClass = Class.forName("mir.entity.EntityGruppen");
+                       this.theEntityClass = Class.forName("mircoders.entity.EntityGruppen");
                }
                catch (Exception e) { throw new StorageObjectException(e.toString());   }
        }