Some Galileo inspired raw type and dead code elimination.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5956 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -222,7 +222,7 @@ public abstract class ConfigRegistry
|
||||
{
|
||||
// mirror this configuration update to the persistent config
|
||||
Object value = event.getValue();
|
||||
if (value instanceof DSet) {
|
||||
if (value instanceof DSet<?>) {
|
||||
serializeAttribute(event.getName());
|
||||
} else {
|
||||
updateValue(event.getName(), value);
|
||||
|
||||
Reference in New Issue
Block a user