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