opends/src/server/org/opends/server/replication/common/ChangeNumber.java
@@ -130,7 +130,7 @@ @Override public int hashCode() { return this.seqnum + this.serverId + (new Long(this.timeStamp)).hashCode(); return this.seqnum + this.serverId + Long.valueOf(timeStamp).hashCode(); } /**