fixx
authoridfx <idfx>
Wed, 29 Aug 2001 15:04:19 +0000 (15:04 +0000)
committeridfx <idfx>
Wed, 29 Aug 2001 15:04:19 +0000 (15:04 +0000)
source/mircoders/storage/DatabaseContentToTopics.java

index 073ecd2..34110f7 100755 (executable)
@@ -39,7 +39,7 @@ public class DatabaseContentToTopics extends Database implements StorageObject{
                this.hasTimestamp = false;
                this.theTable="content_x_topic";
                try {
-                       // this.theEntityClass = Class.forName("mir.entity.EntityGruppen");
+                       this.theEntityClass = Class.forName("mircoders.entity.EntityGruppen");
                } catch (Exception e) {
                        throw new StorageObjectException(e.toString());
                }