X-Git-Url: http://git.megacz.com/?p=org.ibex.io.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fio%2FPersistent.java;fp=src%2Forg%2Fibex%2Fio%2FPersistent.java;h=0a34978774387452c96ba13775a768d8a452e98e;hp=f65d8096893fa412c1d8723fadb4a6e1eb3ceb55;hb=af2b1cfb120eb3c922191685cd42ecceb8523f78;hpb=3b2ea827949a6b21b360f43dc829e34650d9c203 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); } - + */ }