Skip to content

Commit

Permalink
Complete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Nov 4, 2017
1 parent 5cc6d8b commit e2d63ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ private Integer findConfigedPorts(ProtocolConfig protocolConfig, String name, Ma
// 记录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) {
Expand Down

0 comments on commit e2d63ad

Please sign in to comment.