Polishing

This commit is contained in:
Juergen Hoeller
2018-08-07 02:38:54 +02:00
parent 73da153e5c
commit 89cadfa8d9
10 changed files with 65 additions and 69 deletions

View File

@@ -1079,7 +1079,7 @@ public class AnnotatedElementUtils {
if (containerType != null && !processor.aggregates()) {
throw new IllegalArgumentException(
"Searches for repeatable annotations must supply an aggregating Processor");
"Searches for repeatable annotations must supply an aggregating Processor");
}
try {