disable everything that requires extraneous third-party jarfiles
[org.ibex.io.git] / 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);
     }
-
+    */
 }