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

Nicolas Capponi
08.55.2014 c3ddd7489abd06155b872cc23cef3575e2ee1b9a
opendj3-server-dev/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -1512,7 +1512,7 @@
        DirectoryException, JebException, InterruptedException
    {
      DN entryDN = entry.getDN();
      DN entryDN = entry.getName();
      DN2ID dn2id = suffix.getDN2ID();
      EntryID oldID = dn2id.get(null, entryDN, LockMode.DEFAULT);
      if (oldID != null)
@@ -1640,7 +1640,7 @@
        InterruptedException
    {
      DN entryDN = entry.getDN();
      DN entryDN = entry.getName();
      if (!skipDNValidation)
      {
        if (!dnSanityCheck(entryDN, entry, suffix))
@@ -3952,7 +3952,7 @@
    {
      if (dn2id != null)
      {
        processDN2ID(suffix, entry.getDN(), entryID);
        processDN2ID(suffix, entry.getName(), entryID);
      }
      if (dn2uri != null)
      {