From 44c5eaeaa3f3bc2c45f4592a4551ec054bf4697b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 22 Nov 2013 16:17:20 +0100 Subject: [PATCH] Fix typo in Javadoc --- .../springframework/core/type/StandardAnnotationMetadata.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/core/type/StandardAnnotationMetadata.java b/spring-core/src/main/java/org/springframework/core/type/StandardAnnotationMetadata.java index 954c12721d..538453ee38 100644 --- a/spring-core/src/main/java/org/springframework/core/type/StandardAnnotationMetadata.java +++ b/spring-core/src/main/java/org/springframework/core/type/StandardAnnotationMetadata.java @@ -54,7 +54,7 @@ public class StandardAnnotationMetadata extends StandardClassMetadata implements * providing the option to return any nested annotations or annotation arrays in the * form of {@link org.springframework.core.annotation.AnnotationAttributes} instead * of actual {@link Annotation} instances. - * @param introspectedClass the Class to instrospect + * @param introspectedClass the Class to introspect * @param nestedAnnotationsAsMap return nested annotations and annotation arrays as * {@link org.springframework.core.annotation.AnnotationAttributes} for compatibility * with ASM-based {@link AnnotationMetadata} implementations