Browse Source

Polishing

pull/23582/head
Sam Brannen 5 years ago
parent
commit
07d4104f2f
  1. 2
      spring-core/src/main/java/org/springframework/core/annotation/AnnotationFilter.java

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

@ -42,7 +42,7 @@ public interface AnnotationFilter { @@ -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

Loading…
Cancel
Save