Fix Checkstyle violation

This commit is contained in:
Artem Bilan
2021-12-14 21:12:41 -05:00
parent 2d752894cd
commit 30bb8467b4

View File

@@ -457,7 +457,7 @@ public final class RedisLockRegistry implements ExpirableLockRegistry, Disposabl
}
}
}
RedisLockRegistry.this.redisTemplate.execute(
RedisLockRegistry.this.deleteUnLockScript, Collections.singletonList(this.lockKey),
RedisLockRegistry.this.unLockChannelKey);