Fix VanillaHealthIndicator javadoc
This commit is contained in:
parent
3b27427a78
commit
b439d3522e
|
@ -17,8 +17,8 @@
|
||||||
package org.springframework.boot.actuate.health;
|
package org.springframework.boot.actuate.health;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default implementation of {@link HealthIndicator} that simply returns {@literal "UP"}.
|
* Default implementation of {@link HealthIndicator} that returns {@link Status#UP}.
|
||||||
*
|
*
|
||||||
* @author Dave Syer
|
* @author Dave Syer
|
||||||
* @author Christian Dupuis
|
* @author Christian Dupuis
|
||||||
* @see Status#UP
|
* @see Status#UP
|
||||||
|
|
Loading…
Reference in New Issue