| opendj-sdk/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java
@@ -733,9 +733,11 @@ } return; } finally { if (cacheLock.isWriteLockedByCurrentThread()) { cacheWriteLock.unlock(); } } } /** * {@inheritDoc} @@ -766,9 +768,11 @@ // We can't rule out the possibility of a conflict, so return false. return false; } finally { if (cacheLock.isWriteLockedByCurrentThread()) { cacheWriteLock.unlock(); } } } /** * {@inheritDoc}