No need for that variable.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4714 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-05-18 02:47:25 +00:00
parent 0c90344e6b
commit db3fe80e9d
@@ -80,8 +80,7 @@ public class EntryAddedEvent<T extends DSet.Entry> extends NamedEvent
throws ObjectAccessException
{
if (!_alreadyApplied) {
boolean added = target.getSet(_name).add(_entry);
if (!added) {
if (!target.getSet(_name).add(_entry)) {
// If this entry is already in the set, then don't notify our listeners of the
// event add, because nothing was actually added; the DSet will have already
// complained; this happens occasionally due to a race condition between client