File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/redis/clients/jedis Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ public class JedisSentinelPool extends JedisPoolAbstract {
1919
2020 private static final Logger LOG = LoggerFactory .getLogger (JedisSentinelPool .class );
2121
22- private final GenericObjectPoolConfig <Jedis > poolConfig ;
22+ protected final GenericObjectPoolConfig <Jedis > poolConfig ;
2323
24- private final JedisClientConfig masterClientConfig ;
24+ protected final JedisClientConfig masterClientConfig ;
2525
26- private final JedisClientConfig sentinelClientConfig ;
26+ protected final JedisClientConfig sentinelClientConfig ;
2727
28- private final Collection <MasterListener > masterListeners = new LinkedList <>();
28+ protected final Collection <MasterListener > masterListeners = new LinkedList <>();
2929
3030 private volatile JedisFactory factory ;
3131 private volatile HostAndPort currentHostMaster ;
You can’t perform that action at this time.
0 commit comments