From: adam Date: Mon, 10 Jul 2006 00:32:03 +0000 (+0000) Subject: disable everything that requires extraneous third-party jarfiles X-Git-Url: http://git.megacz.com/?p=org.ibex.io.git;a=commitdiff_plain;h=af2b1cfb120eb3c922191685cd42ecceb8523f78 disable everything that requires extraneous third-party jarfiles darcs-hash:20060710003203-5007d-613822c219283064f30aeb9c941b5bdf62e58332.gz --- 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); } - + */ }