checkstyle MutableException
checkstyle EmptyBlock checkstyle fixRightCurly Script checkstyle EmptyStatement checkstyle RightCurly checkstyle TailingWhite checkstyle NeedBraces Fix the line separator in the `fixRightCurly.gradle`
This commit is contained in:
committed by
Artem Bilan
parent
c0b19e61b5
commit
842aded9a4
@@ -427,7 +427,8 @@ public final class RedisLockRegistry implements LockRegistry {
|
||||
|
||||
});
|
||||
|
||||
} finally {
|
||||
}
|
||||
finally {
|
||||
|
||||
if (!success) {
|
||||
this.lockedAt = 0;
|
||||
@@ -486,7 +487,8 @@ public final class RedisLockRegistry implements LockRegistry {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Released lock; " + this.toString());
|
||||
}
|
||||
} finally {
|
||||
}
|
||||
finally {
|
||||
this.thread = null;
|
||||
this.reLock = 0;
|
||||
toWeakThreadStorage(this);
|
||||
|
||||
Reference in New Issue
Block a user