Skip to content

Commit 25fe6a1

Browse files
committed
Fix visibility of a type exposed as a bean
Closes gh-27189
1 parent 0f70c46 commit 25fe6a1

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/HealthEndpointConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -102,7 +102,7 @@ static HealthEndpointGroupsBeanPostProcessor healthEndpointGroupsBeanPostProcess
102102
* {@link BeanPostProcessor} to invoke {@link HealthEndpointGroupsPostProcessor}
103103
* beans.
104104
*/
105-
private static class HealthEndpointGroupsBeanPostProcessor implements BeanPostProcessor {
105+
static class HealthEndpointGroupsBeanPostProcessor implements BeanPostProcessor {
106106

107107
private final ObjectProvider<HealthEndpointGroupsPostProcessor> postProcessors;
108108

0 commit comments

Comments
 (0)