refactoring

pull/2485/head
Nikita Koksharov 5 years ago
parent 2616ca175e
commit d12ed9c98c

@ -111,7 +111,7 @@ public class RedissonCache implements Cache {
} }
} }
protected RMapCache<Object, Object> getMapCache(RedissonClient redisson) { protected RMapCache<Object, Object> getMapCache(String id, RedissonClient redisson) {
return redisson.getMapCache(id); return redisson.getMapCache(id);
} }

Loading…
Cancel
Save