opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
@@ -650,10 +650,6 @@ public LDIFImportResult importLDIF(LDIFImportConfig importConfig, ServerContext serverContext) throws DirectoryException { if (importConfig.appendToExistingData() || importConfig.replaceExistingEntries()) { throw new UnsupportedOperationException("append/replace mode is not supported by this backend."); } RuntimeInformation.logInfo(); // If the rootContainer is open, the backend is initialized by something else.