disable everything that requires extraneous third-party jarfiles
authoradam <adam@megacz.com>
Mon, 10 Jul 2006 00:32:03 +0000 (00:32 +0000)
committeradam <adam@megacz.com>
Mon, 10 Jul 2006 00:32:03 +0000 (00:32 +0000)
darcs-hash:20060710003203-5007d-613822c219283064f30aeb9c941b5bdf62e58332.gz

src/org/ibex/io/Persistent.java

index f65d809..0a34978 100644 (file)
@@ -12,7 +12,7 @@ import org.ibex.io.*;
 import com.thoughtworks.xstream.*;
 
 public class Persistent {
-
+    /*
     private static WeakHashMap cache = new WeakHashMap();
     private static final XStream xstream = new XStream();
 
@@ -54,5 +54,5 @@ public class Persistent {
         bw.close();
         new File(path + "-").renameTo(file);
     }
-
+    */
 }