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 14, 2024
1 parent f9c1ce9 commit e32e352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ public void setNodes(final List<Node> nodes)
* Reload the list of nodes from the database.
* @return
*/
@Override
public List<Node> reloadNodes()
{
return myDistributedNativeConnectionProviderImpl.reloadNodes();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void startScheduler()
}

@VisibleForTesting
void reloadNodes()
private void reloadNodes()
{
List<Node> oldNodes = myDistributedNativeConnectionProvider.getNodes();
List<Node> newNodes = myDistributedNativeConnectionProvider.reloadNodes();
Expand Down

0 comments on commit e32e352

Please sign in to comment.