liubao68 commented on a change in pull request #2691:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2691#discussion_r790359267
##########
File path:
dynamic-config/config-cc/src/main/java/org/apache/servicecomb/config/ConfigCenterConfigurationSourceImpl.java
##########
@@ -87,7 +89,7 @@ public boolean isValidSource(Configuration
localConfiguration) {
public void init(Configuration localConfiguration) {
configConverter = new
ConfigConverter(ConfigCenterConfig.INSTANCE.getFileSources());
- AddressManager kieAddressManager = configKieAddressManager();
+ kieAddressManager = configKieAddressManager();
Review comment:
kieAddressManager only used once, do not need an instance property
--
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]