Whitespace trimming.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4813 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -161,7 +161,7 @@ public abstract class ConfigRegistry
|
|||||||
{
|
{
|
||||||
serializeAttribute(event.getName());
|
serializeAttribute(event.getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void elementUpdated (ElementUpdatedEvent event)
|
public void elementUpdated (ElementUpdatedEvent event)
|
||||||
{
|
{
|
||||||
Object value;
|
Object value;
|
||||||
@@ -174,7 +174,7 @@ public abstract class ConfigRegistry
|
|||||||
}
|
}
|
||||||
updateValue(event.getName(), value);
|
updateValue(event.getName(), value);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void attributeChanged (AttributeChangedEvent event)
|
public void attributeChanged (AttributeChangedEvent event)
|
||||||
{
|
{
|
||||||
// mirror this configuration update to the persistent config
|
// mirror this configuration update to the persistent config
|
||||||
|
|||||||
Reference in New Issue
Block a user