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

Jean-Noel Rouvignac
31.30.2014 2f01ee4d569022fff64691323b9bbcedc4285d98
opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
@@ -7946,7 +7946,7 @@
    adminProperties.put(ADSContext.AdministratorProperty.PASSWORD,
        uData.getAdminPwd());
    adminProperties.put(ADSContext.AdministratorProperty.DESCRIPTION,
        INFO_GLOBAL_ADMINISTRATOR_DESCRIPTION.get().toString());
        INFO_GLOBAL_ADMINISTRATOR_DESCRIPTION.get());
    return adminProperties;
  }
@@ -9371,8 +9371,7 @@
    {
      println();
      // We assume that the app we are running is this one.
      println(
          INFO_REPLICATION_NON_INTERACTIVE.get(commandBuilder.toString()));
      println(INFO_REPLICATION_NON_INTERACTIVE.get(commandBuilder));
    }
    if (argParser.equivalentCommandFileArgument.isPresent())
    {