All Executors, all the time.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6002 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
|
||||
package com.threerings.presents.server;
|
||||
|
||||
import java.util.concurrent.Executor;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.google.inject.Singleton;
|
||||
|
||||
@@ -36,7 +34,7 @@ public class PresentsAuthInvoker extends ReportingInvoker
|
||||
{
|
||||
@Inject public PresentsAuthInvoker (PresentsDObjectMgr omgr, ReportManager repmgr)
|
||||
{
|
||||
super("presents.AuthInvoker", (Executor)omgr, repmgr);
|
||||
super("presents.AuthInvoker", omgr, repmgr);
|
||||
setDaemon(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user