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

neil_a_wilson
05.16.2007 e0c5b184252862e29ca271955bcd15eebd752830
opends/src/server/org/opends/server/backends/jeb/BackendImpl.java
@@ -1043,7 +1043,7 @@
  /**
   * {@inheritDoc}
   */
  public void importLDIF(LDIFImportConfig importConfig)
  public LDIFImportResult importLDIF(LDIFImportConfig importConfig)
      throws DirectoryException
  {
    // If the backend already has the root container open, we must use the same
@@ -1100,7 +1100,7 @@
      initializeRootContainer(envConfig);
      ImportJob importJob = new ImportJob(importConfig);
      importJob.importLDIF(rootContainer);
      return importJob.importLDIF(rootContainer);
    }
    catch (IOException ioe)
    {