Eclipse suggested cleanup.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2971 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-02-25 14:50:28 +00:00
parent 6cd4e73720
commit d618d3c771
169 changed files with 208 additions and 661 deletions
@@ -1,9 +1,8 @@
//
// $Id: CompoundEvent.java,v 1.9 2003/04/10 17:48:42 mdb Exp $
// $Id: CompoundEvent.java,v 1.10 2004/02/25 14:45:16 mdb Exp $
package com.threerings.presents.dobj;
import java.util.ArrayList;
import java.util.List;
import com.threerings.util.StreamableArrayList;
@@ -1,12 +1,11 @@
//
// $Id: DObject.java,v 1.71 2003/12/11 18:36:32 mdb Exp $
// $Id: DObject.java,v 1.72 2004/02/25 14:45:16 mdb Exp $
package com.threerings.presents.dobj;
import java.lang.reflect.Array;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.HashMap;
@@ -1,5 +1,5 @@
//
// $Id: ElementUpdatedEvent.java,v 1.7 2003/05/01 02:05:51 ray Exp $
// $Id: ElementUpdatedEvent.java,v 1.8 2004/02/25 14:45:16 mdb Exp $
package com.threerings.presents.dobj;
@@ -8,8 +8,6 @@ import java.lang.reflect.Field;
import com.samskivert.util.StringUtil;
import com.threerings.presents.Log;
/**
* An element updated event is dispatched when an element of an array
* field in a distributed object is updated. It can also be constructed to