Browse Source

Fix typo

pull/976/head
Stephane Nicoll 10 years ago
parent
commit
a94ffbb17a
  1. 2
      spring-beans/src/main/java/org/springframework/beans/BeanInfoFactory.java

2
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 * 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. * languages on the JVM) or more efficient {@link BeanInfo} retrieval algorithms.
* *
* <p>BeanInfoFactories are are instantiated by the {@link CachedIntrospectionResults}, * <p>BeanInfoFactories are instantiated by the {@link CachedIntrospectionResults},
* by using the {@link org.springframework.core.io.support.SpringFactoriesLoader} * by using the {@link org.springframework.core.io.support.SpringFactoriesLoader}
* utility class. * utility class.
* *

Loading…
Cancel
Save