commented out cache initialization until it works properly.
[mir.git] / source / mircoders / storage / DatabaseComment.java
index 120ff92..2b8108c 100755 (executable)
@@ -34,7 +34,7 @@ public class DatabaseComment extends Database implements StorageObject{
        {
                super();
                this.hasTimestamp = false;
-               //this.cache = new HashMap();
+               ////this.cache = new HashMap();
                this.theTable="comment";
                try {
                        this.theEntityClass = Class.forName("mircoders.entity.EntityComment");