Commit b439d352 authored by Christian Dupuis's avatar Christian Dupuis

Fix VanillaHealthIndicator javadoc

parent 3b27427a
...@@ -17,8 +17,8 @@ ...@@ -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
......
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