We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf8d18 commit 76fe186Copy full SHA for 76fe186
driver-core/src/main/java/com/datastax/driver/core/Metadata.java
@@ -54,7 +54,7 @@ public class Metadata {
54
55
private static final Logger logger = LoggerFactory.getLogger(Metadata.class);
56
private static final ImmutableList<Host> EMPTY_LIST =
57
- ImmutableList.copyOf(Collections.emptyList());
+ ImmutableList.of();
58
59
final Cluster.Manager cluster;
60
volatile String clusterName;
0 commit comments