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

Jean-Noel Rouvignac
05.24.2014 a664a9b752df04c88a9bdfdae50754ffa425654d
opendj3-server-dev/src/server/org/opends/server/backends/jeb/AttributeIndex.java
@@ -52,7 +52,6 @@
import org.opends.server.types.*;
import org.opends.server.util.StaticUtils;
import com.sleepycat.je.DatabaseEntry;
import com.sleepycat.je.DatabaseException;
import static org.opends.messages.JebMessages.*;
@@ -113,9 +112,6 @@
   * class in the SDK could implement the logic, I hope).
   */
  /** A database key for the presence index. */
  static final DatabaseEntry presenceKey = new DatabaseEntry("+".getBytes());
  /** The entryContainer in which this attribute index resides. */
  private final EntryContainer entryContainer;