Skip to content

Commit cc4ef32

Browse files
committed
Merge branch '3.1.x'
2 parents 77218a6 + 47c1088 commit cc4ef32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ class NoSuchHealthContributorFailureAnalyzer extends AbstractFailureAnalyzer<NoS
3030

3131
@Override
3232
protected FailureAnalysis analyze(Throwable rootFailure, NoSuchHealthContributorException cause) {
33-
return new FailureAnalysis(cause.getMessage(),
34-
"Update your application to correct the invalid configuration.\nYou can also set 'management.endpoint.health.validate-group-membership' to false to disable the validation.",
33+
return new FailureAnalysis(cause.getMessage(), "Update your application to correct the invalid configuration.\n"
34+
+ "You can also set 'management.endpoint.health.validate-group-membership' to false to disable the validation.",
3535
cause);
3636
}
3737

0 commit comments

Comments
 (0)