Actually initialize the oldValue to UNSET_OLD_VALUE.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2512 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ElementUpdatedEvent.java,v 1.5 2003/04/30 22:32:04 mdb Exp $
|
// $Id: ElementUpdatedEvent.java,v 1.6 2003/04/30 22:38:49 ray Exp $
|
||||||
|
|
||||||
package com.threerings.presents.dobj;
|
package com.threerings.presents.dobj;
|
||||||
|
|
||||||
@@ -176,5 +176,5 @@ public class ElementUpdatedEvent extends NamedEvent
|
|||||||
|
|
||||||
protected Object _value;
|
protected Object _value;
|
||||||
protected int _index;
|
protected int _index;
|
||||||
protected transient Object _oldValue;
|
protected transient Object _oldValue = UNSET_OLD_VALUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user