Skip to content

Commit

Permalink
Fix bean type visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 2, 2021
1 parent 2be0161 commit fbe614a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -93,8 +93,7 @@ public int hashCode() {
* {@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;

Expand Down

0 comments on commit fbe614a

Please sign in to comment.