Skip to content

Commit b7da0bd

Browse files
committed
Merge branch '1.3.x'
2 parents 7e9aa92 + 8a71ee0 commit b7da0bd

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)