Fix typos

Closes gh-12468
This commit is contained in:
dreis2211
2018-03-13 17:56:04 +01:00
committed by Madhura Bhave
parent 2f1b2e3ce2
commit 0d3f3e46dd
4 changed files with 4 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ public class FilterAnnotations implements Iterable<TypeFilter> {
switch (filterType) {
case ANNOTATION:
Assert.isAssignable(Annotation.class, filterClass,
"An error occurred while processing a ANNOTATION type filter: ");
"An error occurred while processing an ANNOTATION type filter: ");
return new AnnotationTypeFilter((Class<Annotation>) filterClass);
case ASSIGNABLE_TYPE:
return new AssignableTypeFilter(filterClass);