Skip to content

Commit c82a155

Browse files
committed
Relax type checking for ClusterClientBuilder
1 parent fa52d66 commit c82a155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/redis/clients/jedis/builders/ClusterClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* configuration, retry settings, and topology refresh configuration.
1616
* </p>
1717
*/
18-
public abstract class ClusterClientBuilder<C extends JedisCluster>
18+
public abstract class ClusterClientBuilder<C>
1919
extends AbstractClientBuilder<ClusterClientBuilder<C>, C> {
2020

2121
// Cluster-specific configuration fields

0 commit comments

Comments
 (0)