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

Matthew Swift
03.13.2013 74023634617762408423a44c8dd01ee050fef584
opends/src/server/org/opends/server/replication/server/DataServerHandler.java
@@ -346,10 +346,8 @@
  @Override
  public String getMonitorInstanceName()
  {
    String str = serverURL + " " + String.valueOf(serverId);
    return "Connected Replica " + str +
    ",cn=" + replicationServerDomain.getMonitorInstanceName();
    return "Connected directory server DS(" + serverId + ") " + serverURL
        + ",cn=" + replicationServerDomain.getMonitorInstanceName();
  }
  /**
@@ -662,8 +660,7 @@
   */
  public DSInfo toDSInfo()
  {
    return new DSInfo(serverId, replicationServerId, generationId,
    return new DSInfo(serverId, serverURL, replicationServerId, generationId,
      status, assuredFlag, assuredMode, safeDataLevel, groupId, refUrls,
      eclIncludes, eclIncludesForDeletes, protocolVersion);
  }