Skip to content

Commit 52bcdac

Browse files
committed
Polish
1 parent 28e1b90 commit 52bcdac

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ public Map<String, Group> getGroup() {
4747
public static class Group extends HealthProperties {
4848

4949
/**
50-
* The health indicator IDs to include. Use '*' if you want to include all.
50+
* Health indicator IDs that should be included or '*' for all.
5151
*/
5252
private Set<String> include;
5353

5454
/**
55-
* The health indicator IDs to exclude. Use '*' if you want to exclude all.
55+
* Health indicator IDs that should be excluded or '*' for all.
5656
*/
5757
private Set<String> exclude;
5858

0 commit comments

Comments
 (0)