Widening.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4812 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-08-16 18:25:46 +00:00
parent 59086147e6
commit f80495f906
3 changed files with 48 additions and 73 deletions
@@ -25,13 +25,12 @@ 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).
* 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).
*/
public class PrefsConfigRegistry extends ConfigRegistry
{
// documentation inherited
@Override // from ConfigRegistry
protected ObjectRecord createObjectRecord (String path, DObject object)
{
return new PrefsObjectRecord(path, object);