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:
Ray Greenwell
2009-12-08 19:58:55 +00:00
parent fc77b1bb0b
commit cd88ba7634
3 changed files with 2 additions and 15 deletions
@@ -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);
}
}