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

abobrov
09.02.2009 619d5d46a827a46b26ef2f71673e89d34b2cec05
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -644,7 +644,9 @@
  }
  private void switchContainers() throws DatabaseException, JebException {
  private void switchContainers()
    throws DatabaseException, JebException, InitializationException
  {
     for(Suffix suffix : dnSuffixMap.values()) {
       DN baseDN = suffix.getBaseDN();
@@ -1693,7 +1695,7 @@
    private void cleanUP() throws DatabaseException, DirectoryException,
            IOException
      IOException
    {
      if(indexMgr.isDN2ID() && skipDNValidation)
      {