Fix syntax
This commit is contained in:
parent
5ccc531ea6
commit
d265abc4d7
@ -769,7 +769,7 @@ public class LLLocalDictionary implements LLDictionary {
|
||||
.subscribeOn(dbScheduler)
|
||||
.doFirst(key::retain)
|
||||
.doAfterTerminate(key::release);
|
||||
} finally {
|
||||
} finally {
|
||||
key.release();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user