Browse Source

Polishing

pull/1020/head
Sam Brannen 9 years ago
parent
commit
d40d2ffe5e
  1. 2
      spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java

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

@ -1738,7 +1738,7 @@ public abstract class AnnotationUtils { @@ -1738,7 +1738,7 @@ public abstract class AnnotationUtils {
try {
Annotation repeatable = getAnnotation(annotationType, REPEATABLE_CLASS_NAME);
if (repeatable != null) {
Object value = AnnotationUtils.getValue(repeatable);
Object value = getValue(repeatable);
return (Class<? extends Annotation>) value;
}
}

Loading…
Cancel
Save