Delete TODO that is now tracked in JIRA

Issue: SPR-11393
master
Sam Brannen 11 years ago
parent f636ccb5eb
commit 522d136bbd
  1. 3
      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, // NOTE: we would like to be able to override the 'value' attribute; however,
// Spring currently does not allow overrides for the 'value' attribute. // Spring currently does not allow overrides for the 'value' attribute.
// TODO Determine if Spring should allow overrides for the 'value' attribute in // See SPR-11393 for related discussions.
// custom annotations.
assertArrayEquals(new String[] { "foo.xml" }, attributes.getStringArray("value")); assertArrayEquals(new String[] { "foo.xml" }, attributes.getStringArray("value"));
} }

Loading…
Cancel
Save