Skip to content

Commit

Permalink
Auto switching to read only mode in hermes-management #1052 - make He…
Browse files Browse the repository at this point in the history
…althCheckResult private
  • Loading branch information
jewertow committed Jul 4, 2019
1 parent a07676b commit ba9013d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void updateMode(List<HealthCheckResult> healthCheckResults) {
}
}

enum HealthCheckResult {
private enum HealthCheckResult {
HEALTHY, UNHEALTHY
}
}

0 comments on commit ba9013d

Please sign in to comment.