a small chachetest
authoridfx <idfx>
Sun, 3 Feb 2002 13:06:27 +0000 (13:06 +0000)
committeridfx <idfx>
Sun, 3 Feb 2002 13:06:27 +0000 (13:06 +0000)
source/mircoders/storage/DatabaseComment.java

index 869defa..120ff92 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");