diff --git a/spring-beans/src/main/java/org/springframework/beans/BeanInfoFactory.java b/spring-beans/src/main/java/org/springframework/beans/BeanInfoFactory.java index 1906fbfdbb6..4c5fd27cdc8 100644 --- a/spring-beans/src/main/java/org/springframework/beans/BeanInfoFactory.java +++ b/spring-beans/src/main/java/org/springframework/beans/BeanInfoFactory.java @@ -24,7 +24,7 @@ import java.beans.IntrospectionException; * Can be used to plug in custom bean property resolution strategies (e.g. for other * languages on the JVM) or more efficient {@link BeanInfo} retrieval algorithms. * - *
BeanInfoFactories are are instantiated by the {@link CachedIntrospectionResults}, + *
BeanInfoFactories are instantiated by the {@link CachedIntrospectionResults}, * by using the {@link org.springframework.core.io.support.SpringFactoriesLoader} * utility class. *