From b52956de75caa2be959a4bdc768462070aa6549f Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Wed, 06 May 2015 12:40:41 +0000
Subject: [PATCH] OPENDJ-1849 CR-6871 Remove references to JE from pluggable backend
---
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexBuffer.java | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexBuffer.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexBuffer.java
index 38442a4..baee8b6 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexBuffer.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexBuffer.java
@@ -139,8 +139,7 @@
/**
* Construct a new empty index buffer object.
*
- * @param entryContainer The database entryContainer using this
- * index buffer.
+ * @param entryContainer The entryContainer using this index buffer.
*/
IndexBuffer(EntryContainer entryContainer)
{
@@ -182,11 +181,10 @@
}
/**
- * Flush the buffered index changes until the given transaction to
- * the database.
+ * Flush the buffered index changes to storage.
*
- * @param txn a non null database transaction
- * @throws StorageRuntimeException If an error occurs in the database.
+ * @param txn a non null transaction
+ * @throws StorageRuntimeException If an error occurs in the storage.
* @throws DirectoryException If a Directory Server error occurs.
*/
void flush(WriteableTransaction txn) throws StorageRuntimeException, DirectoryException
--
Gitblit v1.10.0