Succincter

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6120 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-08-11 00:27:48 +00:00
parent 0771006ab0
commit c1ac294171
+1 -2
View File
@@ -109,8 +109,7 @@ public class Streamer
{
// if we have not yet initialized ourselves, do so now
if (_streamers == null) {
_streamers = Maps.newHashMap();
_streamers.putAll(BasicStreamers.BSTREAMERS); // register all of the basic streamers
_streamers = Maps.newHashMap(BasicStreamers.BSTREAMERS);
}
Streamer stream = _streamers.get(target);