Skip to content

Commit 2153d88

Browse files
committed
Add TODO in AnnotatedElementUtilsTests
Issue: SPR-14069
1 parent 43661ed commit 2153d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ static class MetaCycleAnnotatedClass {
891891
@AliasFor(annotation = ContextConfig.class)
892892
String[] locations() default {};
893893

894-
// TODO Determine why transitive implicit alias does not work
894+
// TODO [SPR-14069] Determine why transitive implicit alias does not work
895895
// hoping to be able to omit: attribute = "locations"
896896
@AliasFor(annotation = ContextConfig.class, attribute = "locations")
897897
String[] value() default {};

0 commit comments

Comments
 (0)