| opendj3-server-dev/src/server/org/opends/server/backends/jeb/EntryContainer.java | ●●●●● patch | view | raw | blame | history |
opendj3-server-dev/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -175,7 +175,7 @@ private final HashMap<AttributeType, AttributeIndex> attrIndexMap; /** * The set of VLV indexes. * The set of VLV (Virtual List View) indexes. */ private final HashMap<String, VLVIndex> vlvIndexMap; @@ -3917,4 +3917,10 @@ public void unlock() { exclusiveLock.unlock(); } /** {@inheritDoc} */ @Override public String toString() { return databasePrefix; } }