Polish getTypeForFactoryBean comment

See gh-23394
This commit is contained in:
liym@com 2019-08-01 15:42:06 +08:00 committed by Stephane Nicoll
parent 1e830f725c
commit fde651a606
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ public abstract class AbstractAutowireCapableBeanFactory extends AbstractBeanFac
protected ResolvableType getTypeForFactoryBean(String beanName,
RootBeanDefinition mbd, boolean allowInit) {
// Check it the the bean definition itself has defined the type with an attribute
// Check if the bean definition itself has defined the type with an attribute
ResolvableType result = getTypeForFactoryBeanFromAttributes(mbd);
if (result != ResolvableType.NONE) {
return result;