Skip to content

Commit 96eb67a

Browse files
authored
merge fix
1 parent 07575b8 commit 96eb67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/redis/clients/jedis/JedisSentinelPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public JedisSentinelPool(String masterName, Set<String> sentinels, String passwo
5555

5656
public JedisSentinelPool(String masterName, Set<String> sentinels, String password, String sentinelPassword) {
5757
this(masterName, sentinels, new GenericObjectPoolConfig(), Protocol.DEFAULT_TIMEOUT, Protocol.DEFAULT_TIMEOUT,
58-
password,Protocol.DEFAULT_DATABASE, null, Protocol.DEFAULT_TIMEOUT, Protocol.DEFAULT_TIMEOUT, sentinelPassword, null);
58+
null, password, Protocol.DEFAULT_DATABASE, null, Protocol.DEFAULT_TIMEOUT, Protocol.DEFAULT_TIMEOUT, sentinelPassword, null);
5959
}
6060

6161
public JedisSentinelPool(String masterName, Set<String> sentinels,

0 commit comments

Comments
 (0)