From 349333a0c0ad336c28169bb7c543002ed51ec386 Mon Sep 17 00:00:00 2001
From: Yannick Lecaillez <yannick.lecaillez@forgerock.com>
Date: Thu, 10 Mar 2016 13:10:09 +0000
Subject: [PATCH] Cleanup: Removed deprecated append & replace options.
---
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
index ce35cf1..1c1943b 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
+++ b/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.
--
Gitblit v1.10.0