From a069e2643d6be5b34309179220b2777d42df13fc Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 02 Oct 2015 15:34:44 +0000
Subject: [PATCH] Final manual cleanup
---
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java
index 75cd837..2900c4d 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java
@@ -109,7 +109,8 @@
/**
* Ensure that the specified flags are set for the given index
* @param txn a non null transaction
- * @param index The index storing the trusted state info.
+ * @param indexTreeName The index storing the trusted state info.
+ * @param flags The flags to add to the provided index
* @return true if the flags have been updated
* @throws NullPointerException if txn, index or flags is null
* @throws StorageRuntimeException If an error occurs in the storage.
@@ -159,7 +160,8 @@
/**
* Ensure that the specified flags are not set for the given index
* @param txn a non null transaction
- * @param index The index storing the trusted state info.
+ * @param indexTreeName The index storing the trusted state info.
+ * @param flags The flags to remove from the provided index
* @throws NullPointerException if txn, index or flags is null
* @throws StorageRuntimeException If an error occurs in the storage.
*/
@@ -184,7 +186,7 @@
* Remove a record from the entry tree.
*
* @param txn a non null transaction
- * @param index The index storing the trusted state info.
+ * @param indexTreeName The index storing the trusted state info.
* @return true if the entry was removed, false if it was not.
* @throws NullPointerException if txn, index is null
* @throws StorageRuntimeException If an error occurs in the storage.
--
Gitblit v1.10.0