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

Jean-Noël Rouvignac
10.24.2016 e187c022c9d057b54e6015bd9fbefb79f50d1f17
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -3081,7 +3081,7 @@
    String newRDN =  "entryuuid=" + entryUUID + "+" + dn.rdn();
    try
    {
      return RDN.decode(newRDN);
      return RDN.valueOf(newRDN);
    } catch (DirectoryException e)
    {
      // cannot happen