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:
@@ -126,8 +126,7 @@ public class NacosContextRefresher
|
|||||||
applicationContext.publishEvent(
|
applicationContext.publishEvent(
|
||||||
new RefreshEvent(this, null, "Refresh Nacos config"));
|
new RefreshEvent(this, null, "Refresh Nacos config"));
|
||||||
if (LOGGER.isDebugEnabled()) {
|
if (LOGGER.isDebugEnabled()) {
|
||||||
LOGGER.debug("Refresh Nacos config group[[]] dataId[]", group,
|
LOGGER.debug("Refresh Nacos config group{},dataId{}", group, dataId);
|
||||||
dataId);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user