From b9bb359678d90a418e9bbaa4788928b39acd0522 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 12 May 2015 13:08:26 +0000
Subject: [PATCH] Fixed javadocs referring to old APIs

---
 opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java
index cce1941..91907da 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java
@@ -165,19 +165,6 @@
     return storage;
   }
 
-  /**
-   * Imports information from an LDIF file into this backend. This method should
-   * only be called if {@code supportsLDIFImport} returns {@code true}. <p>Note
-   * that the server will not explicitly initialize this backend before calling
-   * this method.
-   *
-   * @param importConfig
-   *          The configuration to use when performing the import.
-   * @param serverContext The server context
-   * @return information about the result of the import processing.
-   * @throws DirectoryException
-   *           If a problem occurs while performing the LDIF import.
-   */
   LDIFImportResult importLDIF(LDIFImportConfig importConfig, ServerContext serverContext) throws DirectoryException
   {//TODO JNR may call importLDIFWithSuccessiveAdds(importConfig) depending on configured import strategy
     return importLDIFWithOnDiskMerge(importConfig, serverContext);

--
Gitblit v1.10.0