opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/EntryContainer.java
@@ -1276,7 +1276,7 @@ * @throws DirectoryException * If an error occurs retrieving the entry */ Entry getEntry(ReadableTransaction txn, EntryID entryID) throws DirectoryException private Entry getEntry(ReadableTransaction txn, EntryID entryID) throws DirectoryException { // Try the entry cache first. final EntryCache<?> entryCache = getEntryCache();