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:
@@ -24,6 +24,7 @@ package com.threerings.presents.server;
|
||||
import java.util.Iterator;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
import com.google.inject.Singleton;
|
||||
|
||||
import com.samskivert.util.Invoker;
|
||||
import com.samskivert.util.StringUtil;
|
||||
@@ -33,6 +34,7 @@ import static com.threerings.presents.Log.log;
|
||||
/**
|
||||
* Extends the generic {@link Invoker} and integrates it a bit more into the Presents system.
|
||||
*/
|
||||
@Singleton
|
||||
public class PresentsInvoker extends Invoker
|
||||
implements ShutdownManager.Shutdowner, ReportManager.Reporter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user