mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
just update to match code style
This commit is contained in:
@@ -65,8 +65,9 @@ public final class NacosPropertySourceRepository {
|
||||
|
||||
public static void collectNacosPropertySource(
|
||||
NacosPropertySource nacosPropertySource) {
|
||||
NACOS_PROPERTY_SOURCE_REPOSITORY.putIfAbsent(getMapKey(nacosPropertySource.getDataId(),
|
||||
nacosPropertySource.getGroup()), nacosPropertySource);
|
||||
NACOS_PROPERTY_SOURCE_REPOSITORY
|
||||
.putIfAbsent(getMapKey(nacosPropertySource.getDataId(),
|
||||
nacosPropertySource.getGroup()), nacosPropertySource);
|
||||
}
|
||||
|
||||
public static NacosPropertySource getNacosPropertySource(String dataId,
|
||||
|
@@ -23,8 +23,8 @@ import org.springframework.boot.actuate.health.Health;
|
||||
import org.springframework.boot.actuate.health.HealthIndicator;
|
||||
|
||||
/**
|
||||
* The {@link HealthIndicator} for Nacos Config
|
||||
*
|
||||
* The {@link HealthIndicator} for Nacos Config.
|
||||
*
|
||||
* @author xiaojing
|
||||
* @author <a href="mailto:mercyblitz@gmail.com">Mercy</a>
|
||||
*/
|
||||
|
Reference in New Issue
Block a user