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 387bc0f commit fcec3d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,8 @@ 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;
}
Expand Down

0 comments on commit fcec3d5

Please sign in to comment.