mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Change] CacheStore-redis 调整内部类 RedisConnectionPool 的访问修饰符;
[Change] RedisConnectionPool 调整访问修饰符(public -> default);
This commit is contained in:
parent
1c634af225
commit
1643891166
@ -30,7 +30,7 @@ import java.util.function.Function;
|
||||
* 统一的 Redis 连接池.
|
||||
* @author LamGC
|
||||
*/
|
||||
public class RedisConnectionPool {
|
||||
class RedisConnectionPool {
|
||||
|
||||
private final static Logger log = LoggerFactory.getLogger(RedisConnectionPool.class);
|
||||
private final static AtomicReference<JedisPool> POOL = new AtomicReference<>();
|
||||
|
Loading…
Reference in New Issue
Block a user