Skip to content

Commit aae0bd2

Browse files
committed
Update TODO for SPR-13280
1 parent 47e1724 commit aae0bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassBeanDefinitionReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private void loadBeanDefinitionsForBeanMethod(BeanMethod beanMethod) {
243243

244244
// Consider scoping
245245
ScopedProxyMode proxyMode = ScopedProxyMode.NO;
246-
// TODO Determine why type is hard coded to org.springframework.context.annotation.Scope,
246+
// TODO [SPR-13280] Determine why type is hard coded to org.springframework.context.annotation.Scope,
247247
// since AnnotationScopeMetadataResolver supports a custom scope annotation type.
248248
AnnotationAttributes attributes = AnnotationConfigUtils.attributesFor(metadata, Scope.class);
249249
if (attributes != null) {

0 commit comments

Comments
 (0)