BurningCN commented on code in PR #10308:
URL: https://github.com/apache/dubbo/pull/10308#discussion_r918725408
##########
dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/AbstractAnnotationBeanPostProcessor.java:
##########
@@ -76,8 +74,6 @@ public abstract class AbstractAnnotationBeanPostProcessor
extends
private final ConcurrentMap<String,
AbstractAnnotationBeanPostProcessor.AnnotatedInjectionMetadata>
injectionMetadataCache =
new ConcurrentHashMap<String,
AbstractAnnotationBeanPostProcessor.AnnotatedInjectionMetadata>(CACHE_SIZE);
- private final ConcurrentMap<String, Object> injectedObjectsCache = new
ConcurrentHashMap<String, Object>(CACHE_SIZE);
-
Review Comment:
该属性没有实际填充的地方,故删除
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]