From 2153d8870692572a74f17dacacc1f5db83b3d9e8 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 18 Mar 2016 15:29:25 +0100 Subject: [PATCH] Add TODO in AnnotatedElementUtilsTests Issue: SPR-14069 --- .../core/annotation/AnnotatedElementUtilsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java b/spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java index 4baa849bc4..a183a8fb4f 100644 --- a/spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java +++ b/spring-core/src/test/java/org/springframework/core/annotation/AnnotatedElementUtilsTests.java @@ -891,7 +891,7 @@ public class AnnotatedElementUtilsTests { @AliasFor(annotation = ContextConfig.class) String[] locations() default {}; - // TODO Determine why transitive implicit alias does not work + // TODO [SPR-14069] Determine why transitive implicit alias does not work // hoping to be able to omit: attribute = "locations" @AliasFor(annotation = ContextConfig.class, attribute = "locations") String[] value() default {};