Anally removed Comparator.equals() implementations that overrode

Object.equals() with equivalent functionality.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1799 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2002-10-15 21:01:39 +00:00
parent 107273fce3
commit be2bc4205b
5 changed files with 5 additions and 30 deletions
@@ -1,5 +1,5 @@
//
// $Id: ComponentClass.java,v 1.4 2002/08/19 22:58:15 mdb Exp $
// $Id: ComponentClass.java,v 1.5 2002/10/15 21:01:39 ray Exp $
package com.threerings.cast;
@@ -72,12 +72,6 @@ public class ComponentClass implements Serializable
return (ca.componentClass.renderPriority -
cb.componentClass.renderPriority);
}
// documentation inherited
public boolean equals (Object obj)
{
return (obj == this);
}
}
/** Increase this value when object's serialized state is impacted by