I'm not exactly sure, but it looks like this should be flagged as
a singleton. At any rate, it fixes Project X, which we're supposed to demo soon. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5317 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
package com.threerings.crowd.server;
|
package com.threerings.crowd.server;
|
||||||
|
|
||||||
import com.google.inject.Inject;
|
import com.google.inject.Inject;
|
||||||
|
import com.google.inject.Singleton;
|
||||||
|
|
||||||
import com.threerings.presents.data.ClientObject;
|
import com.threerings.presents.data.ClientObject;
|
||||||
import com.threerings.presents.server.InvocationManager;
|
import com.threerings.presents.server.InvocationManager;
|
||||||
@@ -36,6 +37,7 @@ import static com.threerings.crowd.Log.log;
|
|||||||
/**
|
/**
|
||||||
* Handles body related services.
|
* Handles body related services.
|
||||||
*/
|
*/
|
||||||
|
@Singleton
|
||||||
public class BodyManager
|
public class BodyManager
|
||||||
implements BodyProvider
|
implements BodyProvider
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user