Skip to content

Commit 76fe186

Browse files
Update driver-core/src/main/java/com/datastax/driver/core/Metadata.java
Co-authored-by: Wojciech Bączkowski <[email protected]>
1 parent ccf8d18 commit 76fe186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/java/com/datastax/driver/core/Metadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class Metadata {
5454

5555
private static final Logger logger = LoggerFactory.getLogger(Metadata.class);
5656
private static final ImmutableList<Host> EMPTY_LIST =
57-
ImmutableList.copyOf(Collections.emptyList());
57+
ImmutableList.of();
5858

5959
final Cluster.Manager cluster;
6060
volatile String clusterName;

0 commit comments

Comments
 (0)