mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Fix VanillaHealthIndicator javadoc
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@
|
||||
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
|
||||
* @see Status#UP
|
||||
|
||||
Reference in New Issue
Block a user