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 Oct 22, 2024
1 parent 53897a2 commit 9704391
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ public void setJmxConnectionProvider(final DistributedJmxConnectionProvider jmxC

/**
* agentNativeConnectionProvider setter.
* @param myAgentNativeConnectionProvider
* @param agentNativeConnectionProvider
*/

public void setAgentNativeConnectionProvider(final AgentNativeConnectionProvider myAgentNativeConnectionProvider)
public void setAgentNativeConnectionProvider(final AgentNativeConnectionProvider agentNativeConnectionProvider)
{
this.myAgentNativeConnectionProvider = myAgentNativeConnectionProvider;
this.myAgentNativeConnectionProvider = agentNativeConnectionProvider;
}

/**
Expand Down

0 comments on commit 9704391

Please sign in to comment.