Use newMapOf().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5929 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-08-24 21:36:19 +00:00
parent f8d5e679fd
commit 1083490e73
@@ -70,7 +70,7 @@ public class StreamableHashMap extends ForwardingMap
} else {
// shit!
Log.getLog(this).warning("Empty StreamableHashMap read, guessing DictionaryMap.");
_source = Maps.newDictionaryMap();
_source = Maps.newMapOf(Object);
}
}
}