diff --git a/spring-core/src/main/java/org/springframework/core/GenericTypeResolver.java b/spring-core/src/main/java/org/springframework/core/GenericTypeResolver.java index 20142c6ef3..0a35b2bdba 100644 --- a/spring-core/src/main/java/org/springframework/core/GenericTypeResolver.java +++ b/spring-core/src/main/java/org/springframework/core/GenericTypeResolver.java @@ -36,6 +36,7 @@ import org.springframework.util.ConcurrentReferenceHashMap; * * @author Juergen Hoeller * @author Rob Harrop + * @author Sam Brannen * @author Phillip Webb * @since 2.5.2 * @see GenericCollectionTypeResolver