Polishing

This commit is contained in:
Juergen Hoeller
2014-07-01 12:52:09 +02:00
parent 9c46cb6f49
commit e90143e03b
4 changed files with 8 additions and 15 deletions

View File

@@ -593,7 +593,7 @@ public abstract class AnnotationUtils {
}
if (nestedAnnotationsAsMap && value instanceof Annotation) {
attrs.put(method.getName(),
getAnnotationAttributes((Annotation) value, classValuesAsString, true));
getAnnotationAttributes((Annotation) value, classValuesAsString, true));
}
else if (nestedAnnotationsAsMap && value instanceof Annotation[]) {
Annotation[] realAnnotations = (Annotation[]) value;