Skip to content

Commit

Permalink
re added static
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Setteskog committed Jun 1, 2021
1 parent ce0a2b0 commit 5cfb03a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private void StopRecoveryLoop()
}
}

private void HandleTopologyRecoveryException(TopologyRecoveryException e)
private static void HandleTopologyRecoveryException(TopologyRecoveryException e)
{
ESLog.Error("Topology recovery exception", e);
if (e.InnerException is AlreadyClosedException || e.InnerException is OperationInterruptedException || e.InnerException is TimeoutException)
Expand Down

0 comments on commit 5cfb03a

Please sign in to comment.