We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a07f3 commit da2fcecCopy full SHA for da2fcec
src/main/java/redis/clients/jedis/mcf/HealthCheck.java
@@ -16,7 +16,7 @@
16
17
public class HealthCheck {
18
19
- private static class HealthCheckResult{
+ private static class HealthCheckResult {
20
private final long timestamp;
21
private final HealthStatus status;
22
@@ -33,6 +33,7 @@ public HealthStatus getStatus() {
33
return status;
34
}
35
36
+
37
private static final Logger log = LoggerFactory.getLogger(HealthCheck.class);
38
39
private Endpoint endpoint;
0 commit comments