Use newMapOf().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5929 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user