Browse Source

Polish

pull/17947/head
Stephane Nicoll 7 years ago
parent
commit
52bcdac7b0
  1. 4
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointProperties.java

4
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 { @@ -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<String> 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<String> exclude;

Loading…
Cancel
Save