Commit 32ed3448 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #22760 from ksmilek-wr

* pr/22760:
  Fix wrong reference in `ReadinessStateHealthIndicator` javadoc

Closes gh-22760
parents dea2cc48 5cb1b413
......@@ -20,11 +20,10 @@ import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.boot.actuate.health.Status;
import org.springframework.boot.availability.ApplicationAvailability;
import org.springframework.boot.availability.AvailabilityState;
import org.springframework.boot.availability.LivenessState;
import org.springframework.boot.availability.ReadinessState;
/**
* A {@link HealthIndicator} that checks the {@link LivenessState} of the application.
* A {@link HealthIndicator} that checks the {@link ReadinessState} of the application.
*
* @author Brian Clozel
* @author Phillip Webb
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment