Properly mark some singletons as such.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5156 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -28,6 +28,7 @@ import com.google.common.collect.Lists;
|
||||
import com.google.inject.Guice;
|
||||
import com.google.inject.Inject;
|
||||
import com.google.inject.Injector;
|
||||
import com.google.inject.Singleton;
|
||||
|
||||
import com.threerings.bureau.data.AgentObject;
|
||||
|
||||
@@ -42,6 +43,7 @@ import static com.threerings.bureau.Log.log;
|
||||
* TODO: add more types of testing
|
||||
* TODO: allow a quitAfter configuration parameter to shut down automatically
|
||||
*/
|
||||
@Singleton
|
||||
public class RegistryTester
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user