You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/12/07 07:39:24 UTC

[GitHub] ralf0131 closed pull request #194: the port is different

ralf0131 closed pull request #194: the port is different
URL: https://github.com/apache/incubator-dubbo-website/pull/194
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/en-us/user/configuration/properties.md b/docs/en-us/user/configuration/properties.md
index 613ef7a2..ece0414d 100644
--- a/docs/en-us/user/configuration/properties.md
+++ b/docs/en-us/user/configuration/properties.md
@@ -15,7 +15,7 @@ Combine the tag name and attribute name of the XML tag, use `.` to split. One pr
 
 If you have more than one tags in a XML configuration, you can use the `id` value to distinguish. If you don't specify a id, ti will applied to all tags.
 
-* `dubbo.protocol.rmi.port=1234` equals to `<dubbo:protocol id="rmi" name="rmi" port="1099" /> `
+* `dubbo.protocol.rmi.port=1099` equals to `<dubbo:protocol id="rmi" name="rmi" port="1099" /> `
 * `dubbo.registry.china.address=10.20.153.10:9090` equals to `<dubbo:registry id="china" address="10.20.153.10:9090" />`
 
 Here is a typical dubbo.properties demo configuration:
diff --git a/docs/zh-cn/user/configuration/properties.md b/docs/zh-cn/user/configuration/properties.md
index f73c1cf6..20d760ac 100644
--- a/docs/zh-cn/user/configuration/properties.md
+++ b/docs/zh-cn/user/configuration/properties.md
@@ -16,7 +16,7 @@ Dubbo 将自动加载 classpath 根目录下的 dubbo.properties,可以通过J
 
 如果 XML 有多行同名标签配置,可用 id 号区分,如果没有 id 号将对所有同名标签生效
 
-* 比如:`dubbo.protocol.rmi.port=1234`等价于`<dubbo:protocol id="rmi" name="rmi" port="1099" /> ` [^2]
+* 比如:`dubbo.protocol.rmi.port=1099`等价于`<dubbo:protocol id="rmi" name="rmi" port="1099" /> ` [^2]
 * 比如:`dubbo.registry.china.address=10.20.153.10:9090`等价于`<dubbo:registry id="china" address="10.20.153.10:9090" />`
 
 下面是 dubbo.properties 的一个典型配置:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org