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

Jean-Noel Rouvignac
07.20.2014 ff95934b878752bb81927142213587a58232b044
opendj3-server-dev/src/server/org/opends/server/replication/server/changelog/api/ReplicaId.java
@@ -82,7 +82,7 @@
  {
    final int prime = 31;
    int result = 1;
    result = prime * result + ((baseDN == null) ? 0 : baseDN.hashCode());
    result = prime * result + (baseDN == null ? 0 : baseDN.hashCode());
    return prime * result + serverId;
  }
@@ -94,7 +94,7 @@
    {
      return true;
    }
    if (obj instanceof ReplicaId)
    if (!(obj instanceof ReplicaId))
    {
      return false;
    }