mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
02.15.2015 a069e2643d6be5b34309179220b2777d42df13fc
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.