Polishing

This commit is contained in:
Sam Brannen
2016-03-29 18:04:26 +02:00
parent 3597879608
commit d40d2ffe5e

View File

@@ -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;
}
}