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

del duplicate blank

This commit is contained in:
mengxiangrui003 2018-12-12 21:53:02 +08:00
parent 94f3de3b36
commit fa29783cff

View File

@ -124,10 +124,9 @@ public class NacosContextRefresher
}
refreshHistory.add(dataId, md5);
applicationContext.publishEvent(
new RefreshEvent(this, null, "Refresh Nacos config"));
new RefreshEvent(this, null, "Refresh Nacos config"));
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("Refresh Nacos config group[[]] dataId[]", group,
dataId);
LOGGER.debug("Refresh Nacos config group{},dataId{}", group, dataId);
}
}