From 522d136bbda5d4e8412f183b8bb0d25936e1c51a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 6 Feb 2014 14:12:03 +0100 Subject: [PATCH] Delete TODO that is now tracked in JIRA Issue: SPR-11393 --- .../test/context/OverriddenMetaAnnotationAttributesTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java b/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java index 2a6519e03b..33f09bddc7 100644 --- a/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/OverriddenMetaAnnotationAttributesTests.java @@ -74,8 +74,7 @@ public class OverriddenMetaAnnotationAttributesTests { // NOTE: we would like to be able to override the 'value' attribute; however, // Spring currently does not allow overrides for the 'value' attribute. - // TODO Determine if Spring should allow overrides for the 'value' attribute in - // custom annotations. + // See SPR-11393 for related discussions. assertArrayEquals(new String[] { "foo.xml" }, attributes.getStringArray("value")); }