Skip to content

Commit

Permalink
Ericsson#699 Reload nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Chandler committed Nov 4, 2024
1 parent 271cce2 commit 387bc0f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,11 @@ public Builder withEccNodesSync(final EccNodesSync eccNodesSync)
* @param agentNativeConnectionProvider
* @return
*/
public Builder withDistributedNativeConnectionProvider(final DistributedNativeConnectionProvider agentNativeConnectionProvider)
{
public Builder withDistributedNativeConnectionProvider(final DistributedNativeConnectionProvider agentNativeConnectionProvider) {
myAgentNativeConnectionProvider = agentNativeConnectionProvider;
return this;
}

/**
* Build with DistributedJmxConnectionProvider.
* @param jmxConnectionProvider
Expand Down

0 comments on commit 387bc0f

Please sign in to comment.