From 24ef7c741bf20dabe8a5be3978187f8f1eb5dd41 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 27 Mar 2015 15:57:07 +0000
Subject: [PATCH] OPENDJ-1849 Remove references to JE from pluggable backend
---
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java
index 7d3ed10..250b92c 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java
@@ -202,18 +202,16 @@
* It will optionally check the dn2id database for the dn if the specified
* cleared backend boolean is {@code true}.
*
- * @param txn The database transaction
+ * @param txn a non null database transaction
* @param dn The DN to check for.
* @param dnCache The importer DN cache.
* @param clearedBackend Set to {@code true} if the import process cleared the
* backend before processing.
* @return {@code true} if the dn is contained in the parent ID, or
* {@code false} otherwise.
- *
* @throws StorageRuntimeException If an error occurred searching the DN cache, or
* dn2id database.
- * @throws InterruptedException If an error occurred processing the pending
- * map.
+ * @throws InterruptedException If an error occurred processing the pending map
*/
public boolean isParentProcessed(ReadableTransaction txn, DN dn, DNCache dnCache, boolean clearedBackend)
throws StorageRuntimeException, InterruptedException {
--
Gitblit v1.10.0