From 20fdcbef0d17440c367d2943f9c5799bddfe661f Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 07 Apr 2015 10:45:33 +0000
Subject: [PATCH] OPENDJ-1628 - Simplify Index hierarchy and remove Indexer classes
---
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java | 3 +--
1 files changed, 1 insertions(+), 2 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 caac24e..4cd3f05 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
@@ -46,7 +46,7 @@
* This class is responsible for storing the configuration state of
* the JE backend for a particular suffix.
*/
-class State extends DatabaseContainer
+class State extends AbstractDatabaseContainer
{
/**
@@ -165,7 +165,6 @@
* Ensure that the specified flags are not set for the given index
* @param txn a non null database transaction
* @param index The index storing the trusted state info.
- * @return The flags of the index
* @throws NullPointerException if txn, index or flags is null
* @throws StorageRuntimeException If an error occurs in the database.
*/
--
Gitblit v1.10.0