Fix bean type visibility

See gh-28437
This commit is contained in:
Stephane Nicoll 2021-11-02 14:41:32 +01:00
parent 2be0161f9a
commit fbe614a61b

View File

@ -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;