Cleanup some unused stuff & mark some overrides.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5547 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -226,8 +226,8 @@ public class DObject
|
||||
if (els != null) {
|
||||
_listeners = els;
|
||||
} else {
|
||||
log.warning("Refusing repeat listener registration [dobj=" + which() +
|
||||
", list=" + listener + "]", new Exception());
|
||||
log.warning("Refusing repeat listener registration",
|
||||
"dobj", which(), "list", listener, new Exception());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user