change the stringutils dependency

This commit is contained in:
得少 2019-04-03 22:15:09 +08:00
parent 5a5e723cb2
commit b71faa8496

View File

@ -166,7 +166,7 @@ public class NacosNamingService implements NamingService {
endpointUrl = properties.getProperty(PropertyKeyConst.ENDPOINT);
}
if (com.alibaba.nacos.client.utils.StringUtils.isBlank(endpointUrl)) {
if (StringUtils.isBlank(endpointUrl)) {
return;
}