X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fstorage%2FDatabaseGroups.java;h=0b5762d191e261632b3f47b9c38714cdbc25a141;hb=2b6d416a1ef6217a9308a699c7eee512ab7270c9;hp=9d69b21ec9989cc91f4e705f5a3829687c655427;hpb=3a661e8f0f659ab5ed2ac0e4d982ac0b398d11f1;p=mir.git diff --git a/source/mircoders/storage/DatabaseGroups.java b/source/mircoders/storage/DatabaseGroups.java index 9d69b21e..0b5762d1 100755 --- a/source/mircoders/storage/DatabaseGroups.java +++ b/source/mircoders/storage/DatabaseGroups.java @@ -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()); } }