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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user