Removed cruft.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3486 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -959,12 +959,4 @@ public class DObject extends TrackedObject
|
|||||||
return ((Field)o1).getName().compareTo(((Field)o2).getName());
|
return ((Field)o1).getName().compareTo(((Field)o2).getName());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Used when calling set methods dynamically. */
|
|
||||||
protected static final Class[] ENTRY_CLASS_ARGS =
|
|
||||||
new Class[] { DSet.Entry.class };
|
|
||||||
|
|
||||||
/** Used when calling set methods dynamically. */
|
|
||||||
protected static final Class[] KEY_CLASS_ARGS =
|
|
||||||
new Class[] { Comparable.class };
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user