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) {