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:
Andrzej Kapolka
2008-08-12 20:50:02 +00:00
parent d293fe5140
commit b323bf6bf9
@@ -22,6 +22,7 @@
package com.threerings.crowd.server;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import com.threerings.presents.data.ClientObject;
import com.threerings.presents.server.InvocationManager;
@@ -36,6 +37,7 @@ import static com.threerings.crowd.Log.log;
/**
* Handles body related services.
*/
@Singleton
public class BodyManager
implements BodyProvider
{