Whoops, needed to finish the re-refactor.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3873 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -34,7 +34,7 @@ public class PrefsConfigRegistry extends ConfigRegistry
|
|||||||
// documentation inherited
|
// documentation inherited
|
||||||
protected ObjectRecord createObjectRecord (String path, DObject object)
|
protected ObjectRecord createObjectRecord (String path, DObject object)
|
||||||
{
|
{
|
||||||
return null;
|
return new PrefsObjectRecord(path, object);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected class PrefsObjectRecord extends ObjectRecord
|
protected class PrefsObjectRecord extends ObjectRecord
|
||||||
|
|||||||
Reference in New Issue
Block a user