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 20df899 + b88889f commit 8a71ee0Copy full SHA for 8a71ee0
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