Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected DelegatingCluster() {

// Construct parent class with dummy parameters that will never get used (since super.init() is
// never called).
super("delegating_cluster", Collections.<EndPoint>emptyList(), null);
super("delegating_cluster", Collections.<EndPoint>emptyList(), Configuration.builder().build());

// Immediately close the parent class's internal Manager, to make sure that it will fail fast if
// it's ever
Expand Down