ConnectionManager needs to be injectable for things not using BindingConnectionManager

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6171 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2010-09-22 01:22:49 +00:00
parent 55fb708832
commit e91aeaf3de
2 changed files with 1 additions and 2 deletions
@@ -36,7 +36,6 @@ import com.google.inject.Singleton;
import com.samskivert.net.AddressUtil; import com.samskivert.net.AddressUtil;
import com.samskivert.util.Lifecycle; import com.samskivert.util.Lifecycle;
import com.samskivert.util.StringUtil;
import com.threerings.presents.server.ReportManager; import com.threerings.presents.server.ReportManager;
@@ -89,7 +89,7 @@ public class ConnectionManager extends LoopingThread
/** /**
* Creates a connection manager instance. * Creates a connection manager instance.
*/ */
public ConnectionManager (Lifecycle cycle, ReportManager repmgr) @Inject public ConnectionManager (Lifecycle cycle, ReportManager repmgr)
throws IOException throws IOException
{ {
super("ConnectionManager"); super("ConnectionManager");