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

mrossign
06.50.2009 3cf0d1ef8606819336a8fdc484ecd24e9b404c51
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -1545,7 +1545,7 @@
     * @return True if both identifiers are the same.
     */
    public boolean equals(Object obj) {
      if ( (obj == null) || (obj instanceof GlobalServerId))
      if ( (obj == null) || (!(obj instanceof GlobalServerId)))
        return false;
      GlobalServerId globalServerId = (GlobalServerId)obj;