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

Merge pull request #25 from liaozan/master

remove unnecessary comment
This commit is contained in:
xiaojing 2018-09-19 12:33:15 +08:00 committed by GitHub
commit 2d277e42c1
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); configService = NacosFactory.createConfigService(properties);
} }
catch (NacosException e) { catch (NacosException e) {
// todo 为什么这里是 checkException什么时候会抛出什么时候需要关心
logger.error("create config service error, nacosConfigProperties:{}, ", properties, e); logger.error("create config service error, nacosConfigProperties:{}, ", properties, e);
return null; return null;
} }