We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6518c4 commit cd73bd8Copy full SHA for cd73bd8
spring-integration-redis/src/main/java/org/springframework/integration/redis/util/RedisLockRegistry.java
@@ -600,7 +600,6 @@ protected final boolean renew(long expireAfter) {
600
return res;
601
}
602
603
- /* This method can be called by more than 1 thread, thus we need to make sure that it is safe*/
604
protected final void stopRenew() {
605
ScheduledFuture<?> renewFutureToCancel = this.renewFuture;
606
if (renewFutureToCancel != null) {
0 commit comments