提交 e2d63ad9 编写于 作者: K ken.lj

Complete comment

上级 5cc6d8bc
......@@ -637,7 +637,7 @@ public class ServiceConfig<T> extends AbstractServiceConfig {
// 记录bind port,作为url的key
map.put(Constants.BIND_PORT_KEY, String.valueOf(portToBind));
// registry ip,默认不作为bind ip
// registry port,默认不作为bind port
String portToRegistryStr = getValueFromConfig(protocolConfig, Constants.DUBBO_PORT_TO_REGISTRY);
Integer portToRegistry = parsePort(portToRegistryStr);
if (portToRegistry == null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册