Github user bdeggleston commented on the issue:
https://github.com/apache/cassandra/pull/224
bq. You probably want an AbstractReplicaSet and AbstractReplicaList with no
storage that define how equals (against any derived class of AbstractReplicaSet
or List depending).
fixed, moved equals and hashCode up to base class
--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

