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

jvergara
05.01.2007 8fb27822a0621950de7c1392fbda0f52e5c6be59
opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java
@@ -657,7 +657,7 @@
          if (port1 == port2)
          {
            port2 = -1;
            Message message = ERR_REPLICATION_SAME_SERVER_PORT.get(
            Message message = ERR_REPLICATION_ENABLE_SAME_SERVER_PORT.get(
                host1, String.valueOf(port1));
            printLineBreak();
            printErrorMessage(message);
@@ -1276,7 +1276,7 @@
        if (portSource == portDestination)
        {
          portDestination = -1;
          Message message = ERR_REPLICATION_SAME_SERVER_PORT.get(
          Message message = ERR_REPLICATION_INITIALIZE_SAME_SERVER_PORT.get(
              hostSource, String.valueOf(portSource));
          printLineBreak();
          printErrorMessage(message);