diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointProperties.java b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointProperties.java index 0a551f8d037..d2b6d9c4673 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointProperties.java +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointProperties.java @@ -47,12 +47,12 @@ public class HealthEndpointProperties extends HealthProperties { public static class Group extends HealthProperties { /** - * The health indicator IDs to include. Use '*' if you want to include all. + * Health indicator IDs that should be included or '*' for all. */ private Set include; /** - * The health indicator IDs to exclude. Use '*' if you want to exclude all. + * Health indicator IDs that should be excluded or '*' for all. */ private Set exclude;