diff --git a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/VanillaHealthIndicator.java b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/VanillaHealthIndicator.java index 270aa42adf6..a2de1990361 100644 --- a/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/VanillaHealthIndicator.java +++ b/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/VanillaHealthIndicator.java @@ -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