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.
2 parents 7e9aa92 + 8a71ee0 commit b7da0bdCopy full SHA for b7da0bd
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/HealthEndpoint.java
@@ -43,7 +43,7 @@ public class HealthEndpoint extends AbstractEndpoint<Health> {
43
private long timeToLive = 1000;
44
45
/**
46
- * Create a new {@link HealthIndicator} instance.
+ * Create a new {@link HealthEndpoint} instance.
47
* @param healthAggregator the health aggregator
48
* @param healthIndicators the health indicators
49
*/
0 commit comments