Fix checked in with tests. There should be no impact to regular Solr users (equals was not used by Solr).
-Yonik On 8/12/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
Right you are, Thanks! -Yonik On 8/12/06, eks dev <[EMAIL PROTECTED]> wrote: > > Yonik, should this not be the other way round, or I missed something? "this" is always an instance of OpenBitSet > > if (!(o instanceof OpenBitSet)) return false; > instead of: > > public boolean equals(Object o) { > ... > if (!(this instanceof OpenBitSet)) return false; > ...