From a94ffbb17a7525a3e3fa0e3c377e8bdafac0e331 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 22 Feb 2016 10:03:27 +0100 Subject: [PATCH] Fix typo --- .../main/java/org/springframework/beans/BeanInfoFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *