commented out cache initialization until it works properly.
[mir.git] / source / mircoders / storage / DatabaseBreaking.java
index e01dd06..20c8940 100755 (executable)
@@ -32,7 +32,7 @@ public class DatabaseBreaking extends Database implements StorageObject{
   private DatabaseBreaking() throws StorageObjectException
   {
     super();
-    this.cache = new DatabaseCache(4);
+    //this.cache = new DatabaseCache(4);
     this.theTable="breaking";
     try {
       this.theEntityClass = Class.forName("mircoders.entity.EntityBreaking");