Skip to content

Commit 8a71ee0

Browse files
committed
Merge pull request #6815 from vpavic:polish-javadoc
* pr/6815: Polish `HealthEndpoint` javadoc
2 parents 20df899 + b88889f commit 8a71ee0

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint

1 file changed

+1
-1
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/HealthEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class HealthEndpoint extends AbstractEndpoint<Health> {
4343
private long timeToLive = 1000;
4444

4545
/**
46-
* Create a new {@link HealthIndicator} instance.
46+
* Create a new {@link HealthEndpoint} instance.
4747
* @param healthAggregator the health aggregator
4848
* @param healthIndicators the health indicators
4949
*/

0 commit comments

Comments
 (0)