From 87ef9a1d974139d056a0b27963238148f0360a5f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 20 Feb 2018 12:37:24 +0000 Subject: [PATCH] Polish --- .../boot/actuate/health/HealthWebEndpointResponseMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthWebEndpointResponseMapper.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthWebEndpointResponseMapper.java index 9031cdd9e7..c34b7d462f 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthWebEndpointResponseMapper.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthWebEndpointResponseMapper.java @@ -57,7 +57,7 @@ public class HealthWebEndpointResponseMapper { /** * Maps the given {@code health} to a {@link WebEndpointResponse}, honouring the given - * {@showDetails} using the given {@code securityContext}. + * {@code showDetails} using the given {@code securityContext}. * @param health the health to map * @param securityContext the security context * @param showDetails when to show details in the response