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

Nicolas Capponi
27.42.2014 0a77851c0262fdee323a0bbdbaffbd651b44ae3b
opendj3-server-dev/src/server/org/opends/server/replication/server/changelog/je/ReplicationDB.java
@@ -450,7 +450,7 @@
  @Override
  public String toString()
  {
    return serverId + " " + baseDN.toNormalizedString();
    return serverId + " " + baseDN.toString();
  }
  /** Hold a cursor and an indicator of wether the cursor should be considered as empty. */