Fix VanillaHealthIndicator javadoc

This commit is contained in:
Christian Dupuis 2014-06-17 19:57:00 +02:00
parent 3b27427a78
commit b439d3522e
1 changed files with 2 additions and 2 deletions

View File

@ -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