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:
Michael Bayne
2006-02-20 23:55:32 +00:00
parent 971b0bd079
commit 105f0c5470
@@ -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