Skip to content

Commit 07d4104

Browse files
committed
Polishing
1 parent 310f0bf commit 07d4104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public interface AnnotationFilter {
4242

4343
/**
4444
* {@link AnnotationFilter} that always matches and can be used when no
45-
* relevant annotation types are expected to present at all.
45+
* relevant annotation types are expected to be present at all.
4646
*/
4747
AnnotationFilter ALL = new AnnotationFilter() {
4848
@Override

0 commit comments

Comments
 (0)