From af2b1cfb120eb3c922191685cd42ecceb8523f78 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 10 Jul 2006 00:32:03 +0000 Subject: [PATCH] disable everything that requires extraneous third-party jarfiles darcs-hash:20060710003203-5007d-613822c219283064f30aeb9c941b5bdf62e58332.gz --- src/org/ibex/io/Persistent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/ibex/io/Persistent.java b/src/org/ibex/io/Persistent.java index f65d809..0a34978 100644 --- a/src/org/ibex/io/Persistent.java +++ b/src/org/ibex/io/Persistent.java @@ -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); } - + */ } -- 1.7.10.4