Skip to content

Commit 290c803

Browse files
committed
Fix new Sonar smell
1 parent e70fd0d commit 290c803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/main/java/org/springframework/integration/support/leader/LockRegistryLeaderInitiator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ else if (acquired) {
416416
}
417417
}
418418

419-
private boolean handleLockException(Exception ex) {
419+
private boolean handleLockException(Exception ex) { // NOSONAR
420420
if (this.locked) {
421421
this.locked = false;
422422
try {

0 commit comments

Comments
 (0)