File tree 1 file changed +2
-2
lines changed
src/main/java/de/sldk/mc/health
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public interface HealthCheck {
13
13
boolean isHealthy ();
14
14
15
15
/**
16
- * Creates a health compound check from the provided ones reporting healthy status iff all the checks report it.
16
+ * Creates a health compound check from the provided ones reporting healthy status if all the checks report it.
17
17
*
18
18
* @param checks merged health checks
19
19
* @return compound health check
@@ -23,7 +23,7 @@ static HealthCheck allOf(final HealthCheck... checks) {
23
23
}
24
24
25
25
/**
26
- * Creates a compound health check from the provided ones reporting healthy status iff any check reports it.
26
+ * Creates a compound health check from the provided ones reporting healthy status if any check reports it.
27
27
*
28
28
* @param checks merged health checks
29
29
* @return compound health check
You can’t perform that action at this time.
0 commit comments