Skip to content

Commit a94ffbb

Browse files
committed
Fix typo
1 parent 963fea0 commit a94ffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-beans/src/main/java/org/springframework/beans/BeanInfoFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Can be used to plug in custom bean property resolution strategies (e.g. for other
2525
* languages on the JVM) or more efficient {@link BeanInfo} retrieval algorithms.
2626
*
27-
* <p>BeanInfoFactories are are instantiated by the {@link CachedIntrospectionResults},
27+
* <p>BeanInfoFactories are instantiated by the {@link CachedIntrospectionResults},
2828
* by using the {@link org.springframework.core.io.support.SpringFactoriesLoader}
2929
* utility class.
3030
*

0 commit comments

Comments
 (0)