Commit b439d352 authored by Christian Dupuis's avatar Christian Dupuis

Fix VanillaHealthIndicator javadoc

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