Actually instead of doing the necessary jiggery pokery to make PresentsServer
subclasses provide PresentsServer "services" we'll just have no PresentsServer services. All services will be provided by components and the server will disappear in a puff of inversion of control. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5155 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -54,7 +54,7 @@ public class CrowdServer extends PresentsServer
|
||||
{
|
||||
@Override protected void configure () {
|
||||
super.configure();
|
||||
bind(PresentsServer.class).to(CrowdServer.class);
|
||||
// nada (yet)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user