Optimize code
This commit is contained in:
parent
a7f3cabf3c
commit
0b0d0c4c83
@ -121,7 +121,7 @@ public class InitUtils {
|
||||
if (isUseEndpointParsingRule) {
|
||||
// Get the set domain name information
|
||||
endpointUrl = ParamUtil.parsingEndpointRule(properties.getProperty(PropertyKeyConst.ENDPOINT));
|
||||
if (com.alibaba.nacos.client.utils.StringUtils.isBlank(endpointUrl)) {
|
||||
if (StringUtils.isBlank(endpointUrl)) {
|
||||
return "";
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user