Skip to content

Commit 5cb1b41

Browse files
ksmileksnicoll
authored andcommitted
Fix wrong reference in ReadinessStateHealthIndicator javadoc
See gh-22760
1 parent dea2cc4 commit 5cb1b41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/availability/ReadinessStateHealthIndicator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
import org.springframework.boot.actuate.health.Status;
2121
import org.springframework.boot.availability.ApplicationAvailability;
2222
import org.springframework.boot.availability.AvailabilityState;
23-
import org.springframework.boot.availability.LivenessState;
2423
import org.springframework.boot.availability.ReadinessState;
2524

2625
/**
27-
* A {@link HealthIndicator} that checks the {@link LivenessState} of the application.
26+
* A {@link HealthIndicator} that checks the {@link ReadinessState} of the application.
2827
*
2928
* @author Brian Clozel
3029
* @author Phillip Webb

0 commit comments

Comments
 (0)