1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

remove unnecessary comment

This commit is contained in:
liaozan 2018-09-19 11:46:45 +08:00 committed by GitHub
parent 879e689390
commit 4931aef5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,6 @@ public class NacosPropertySourceLocator implements PropertySourceLocator {
configService = NacosFactory.createConfigService(properties);
}
catch (NacosException e) {
// todo 为什么这里是 checkException什么时候会抛出什么时候需要关心
logger.error("create config service error, nacosConfigProperties:{}, ", properties, e);
return null;
}