Polishing

This commit is contained in:
Sam Brannen
2019-09-04 14:12:44 +02:00
parent 310f0bfb6c
commit 07d4104f2f

View File

@@ -42,7 +42,7 @@ public interface AnnotationFilter {
/** /**
* {@link AnnotationFilter} that always matches and can be used when no * {@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() { AnnotationFilter ALL = new AnnotationFilter() {
@Override @Override