refactoring

pull/6384/head
Nikita Koksharov 1 month ago
parent 1758a2e93d
commit 9d9a3a0ddd

@ -111,7 +111,7 @@ public abstract class RedissonBaseLock extends RedissonExpirable implements RLoc
return entryName;
}
protected String getLockName(long threadId) {
protected final String getLockName(long threadId) {
return id + ":" + threadId;
}

Loading…
Cancel
Save