Skip to content

Commit

Permalink
fix visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuffy committed Nov 26, 2024
1 parent ff59d2e commit c577e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/service/StorageService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ public Set<Map<String, String>> getNonTransientErrors() {
return ImmutableSet.copyOf(nonTransientErrors);
}

public void recordBootstrapErrorAndThrow(@Safe String reason) throws BootstrappingSafetyException
private void recordBootstrapErrorAndThrow(@Safe String reason) throws BootstrappingSafetyException
{
recordNonTransientError(NonTransientError.BOOTSTRAP_ERROR, ImmutableMap.of(reason, "true"));
unsafeDisableNode();
Expand Down

0 comments on commit c577e09

Please sign in to comment.