opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java
@@ -96,11 +96,7 @@ ByteString key = keyForIndex(index); ByteString value = read(txn, key, false); if (value != null) { return value.equals(trueBytes); } return false; return value != null && value.equals(trueBytes); } /**