X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fibex%2Futil%2FLog.java;h=00b3c00405527aecb2ded08e02b879742bef763b;hb=035c74c94642004eb47d4d7686095b62458d5599;hp=2f697327fbb0c4f0a2cba7e388f0d6786c053082;hpb=c7fd7f1539a47ed9634e3c3183bcf7762065d98d;p=org.ibex.util.git diff --git a/src/org/ibex/util/Log.java b/src/org/ibex/util/Log.java index 2f69732..00b3c00 100644 --- a/src/org/ibex/util/Log.java +++ b/src/org/ibex/util/Log.java @@ -70,7 +70,7 @@ public class Log { } public static void clearnotes() { if (!notes) return; notebuf().setLength(0); } - private static final Basket.Map notebufs = new Basket.HashMap(); + private static final Basket.Map notebufs = new Basket.Hash(); public static StringBuffer notebuf() { StringBuffer ret = (StringBuffer)notebufs.get(Thread.currentThread()); if (ret == null) {