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:
Dave Hoover
2008-11-12 18:46:06 +00:00
parent 9c1e09f8ab
commit e1afaccd23
9 changed files with 18 additions and 27 deletions
@@ -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());
}
}