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 11, 2024
1 parent 20afc37 commit e9e5378
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,10 @@ public void close(final UUID nodeID) throws IOException
* @throws IOException
*/
@Override
public void add(final Node node) throws IOException {
try {
public void add(final Node node) throws IOException
{
try
{
myDistributedJmxBuilder.reconnect(node);
}
catch (EcChronosException e)
Expand Down

0 comments on commit e9e5378

Please sign in to comment.