More singleton marking.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5160 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -21,13 +21,17 @@
|
||||
|
||||
package com.threerings.admin.server;
|
||||
|
||||
import com.google.inject.Singleton;
|
||||
|
||||
import com.samskivert.util.PrefsConfig;
|
||||
|
||||
import com.threerings.presents.dobj.DObject;
|
||||
|
||||
/**
|
||||
* Implements the {@link ConfigRegistry} using the Java preferences system as a persistent store
|
||||
* for the configuration information (see {@link Config} for more information on how that works).
|
||||
*/
|
||||
@Singleton
|
||||
public class PrefsConfigRegistry extends ConfigRegistry
|
||||
{
|
||||
@Override // from ConfigRegistry
|
||||
|
||||
Reference in New Issue
Block a user