diff --git a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java index 4807ff9f46..2c4ecc8758 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java @@ -42,7 +42,7 @@ public interface AnnotationFilter { /** * {@link AnnotationFilter} that always matches and can be used when no - * relevant annotation types are expected to present at all. + * relevant annotation types are expected to be present at all. */ AnnotationFilter ALL = new AnnotationFilter() { @Override