mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
18.02.2007 dc7e0efd09b538b9ed21a414dff79fb1cf6f2d64
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();
  }
  /**