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

Jean-Noël Rouvignac
03.53.2016 c9958277baf5f911bda401802259a4b50d9cd599
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/DuplicateEntryPanel.java
@@ -116,7 +116,7 @@
    DN aParentDN;
    String aRdn;
    DN nodeDN = DN.valueOf(node.getDN());
    DN nodeDN = node.getDN();
    if (nodeDN.isRootDN())
    {
      aParentDN = nodeDN;