File tree 2 files changed +2
-2
lines changed
java/com/datastax/oss/driver/api/core/config
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ protected static void fillWithDriverDefaults(OptionsMap map) {
382
382
map .put (TypedDriverOption .LOAD_BALANCING_DC_FAILOVER_ALLOW_FOR_LOCAL_CONSISTENCY_LEVELS , false );
383
383
map .put (TypedDriverOption .METRICS_GENERATE_AGGREGABLE_HISTOGRAMS , true );
384
384
map .put (
385
- TypedDriverOption .LOAD_BALANCING_DC_FAILOVER_PREFERRED_REMOTE_DCS , ImmutableList .of ("" ));
385
+ TypedDriverOption .LOAD_BALANCING_DC_FAILOVER_PREFERRED_REMOTE_DCS , ImmutableList .of ());
386
386
}
387
387
388
388
@ Immutable
Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ datastax-java-driver {
580
580
# Required: no
581
581
# Modifiable at runtime: no
582
582
# Overridable in a profile: no
583
- preferred-remote-dcs = ["" ]
583
+ preferred-remote-dcs = []
584
584
}
585
585
}
586
586
You can’t perform that action at this time.
0 commit comments