seems to work like a champ.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2979 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Eric Lundberg
2004-03-05 02:40:18 +00:00
parent 20541d11dc
commit 92b716d790
@@ -1,5 +1,5 @@
//
// $Id: ConfObjRegistry.java,v 1.8 2004/03/04 02:50:30 eric Exp $
// $Id: ConfObjRegistry.java,v 1.9 2004/03/05 02:40:18 eric Exp $
package com.threerings.admin.server;
@@ -139,7 +139,6 @@ public class ConfObjRegistry
// documentation inherited
public void entryAdded (EntryAddedEvent event)
{
// TODO test
serializeAttribute(event.getName());
}
@@ -152,7 +151,6 @@ public class ConfObjRegistry
// documentation inherited
public void entryRemoved (EntryRemovedEvent event)
{
// TODO test
serializeAttribute(event.getName());
}