Browse Source

Fix bean type visibility

See gh-28437
pull/28503/head
Stephane Nicoll 4 years ago
parent
commit
fbe614a61b
  1. 3
      spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/reactive/server/WebTestClientContextCustomizer.java

3
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/reactive/server/WebTestClientContextCustomizer.java

@ -93,8 +93,7 @@ class WebTestClientContextCustomizer implements ContextCustomizer { @@ -93,8 +93,7 @@ class WebTestClientContextCustomizer implements ContextCustomizer {
* {@link ConfigurationClassPostProcessor} and add a {@link WebTestClientFactory} bean
* definition when a {@link WebTestClient} hasn't already been registered.
*/
private static class WebTestClientRegistrar
implements BeanDefinitionRegistryPostProcessor, Ordered, BeanFactoryAware {
static class WebTestClientRegistrar implements BeanDefinitionRegistryPostProcessor, Ordered, BeanFactoryAware {
private BeanFactory beanFactory;

Loading…
Cancel
Save