opendj-server-legacy/src/main/java/org/opends/server/backends/LDIFBackend.java
@@ -1033,14 +1033,12 @@ /** {@inheritDoc} */ @Override public LDIFImportResult importLDIF(LDIFImportConfig importConfig) throws DirectoryException public LDIFImportResult importLDIF(LDIFImportConfig importConfig, ServerContext serverContext) throws DirectoryException { return importLDIF(importConfig, true); } /** * Processes an LDIF import operation, optionally writing the resulting LDIF * to disk.