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:
@@ -36,7 +36,6 @@ import com.google.inject.Singleton;
|
||||
|
||||
import com.samskivert.net.AddressUtil;
|
||||
import com.samskivert.util.Lifecycle;
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
import com.threerings.presents.server.ReportManager;
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ public class ConnectionManager extends LoopingThread
|
||||
/**
|
||||
* Creates a connection manager instance.
|
||||
*/
|
||||
public ConnectionManager (Lifecycle cycle, ReportManager repmgr)
|
||||
@Inject public ConnectionManager (Lifecycle cycle, ReportManager repmgr)
|
||||
throws IOException
|
||||
{
|
||||
super("ConnectionManager");
|
||||
|
||||
Reference in New Issue
Block a user