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;