Fix new Sonar smell

This commit is contained in:
Artem Bilan
2020-01-27 11:25:41 -05:00
parent e70fd0d227
commit 290c803f85

View File

@@ -416,7 +416,7 @@ public class LockRegistryLeaderInitiator implements SmartLifecycle, DisposableBe
}
}
private boolean handleLockException(Exception ex) {
private boolean handleLockException(Exception ex) { // NOSONAR
if (this.locked) {
this.locked = false;
try {