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

format code

This commit is contained in:
zkzlx
2019-09-12 15:41:40 +08:00
parent e774cbe74d
commit 9ab9141895
2 changed files with 7 additions and 6 deletions

View File

@@ -411,11 +411,11 @@ public class NacosConfigProperties {
return configService;
}
public void initConfigService(ConfigService configService){
public void initConfigService(ConfigService configService) {
this.configService = configService;
}
public Properties getConfigServiceProperties(){
public Properties getConfigServiceProperties() {
Properties properties = new Properties();
properties.put(SERVER_ADDR, Objects.toString(this.serverAddr, ""));
properties.put(ENCODE, Objects.toString(this.encode, ""));