From 07d4104f2f7c46e6a8d7ed3b3fc92e1e658baa5a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 4 Sep 2019 14:12:44 +0200 Subject: [PATCH] Polishing --- .../org/springframework/core/annotation/AnnotationFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4807ff9f469..2c4ecc8758f 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