Skip to content

Commit d40d2ff

Browse files
committed
Polishing
1 parent 3597879 commit d40d2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ static Class<? extends Annotation> resolveContainerAnnotationType(Class<? extend
17381738
try {
17391739
Annotation repeatable = getAnnotation(annotationType, REPEATABLE_CLASS_NAME);
17401740
if (repeatable != null) {
1741-
Object value = AnnotationUtils.getValue(repeatable);
1741+
Object value = getValue(repeatable);
17421742
return (Class<? extends Annotation>) value;
17431743
}
17441744
}

0 commit comments

Comments
 (0)