This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 970eb2b471 Update _index.md (#1325)
970eb2b471 is described below
commit 970eb2b47183f3be282285cc0e685948a60cc628
Author: 灼华 <[email protected]>
AuthorDate: Thu Aug 4 11:14:50 2022 +0800
Update _index.md (#1325)
---
.../zh/docs3-v2/java-sdk/reference-manual/config/properties/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh/docs3-v2/java-sdk/reference-manual/config/properties/_index.md
b/content/zh/docs3-v2/java-sdk/reference-manual/config/properties/_index.md
index 8f0bb2550d..5bd2aec462 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/config/properties/_index.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/config/properties/_index.md
@@ -460,7 +460,7 @@ TLS认证配置。配置类: `org.apache.dubbo.config.SslConfig`
| --- | --- | ---- | --- | --- | --- | --- | --- |
| index | | int | <b>必填</b> | | 标识 | 参数索引 | 2.0.6以上版本 |
| type | | String | 与index二选一 | | 标识 | 通过参数类型查找参数的index | 2.0.6以上版本 |
-| callback | <metodName><index>.retries | boolean | 可选 | | 服务治理 |
参数是否为callback接口,如果为callback,服务提供方将生成反向代理,可以从服务提供方反向调用消费方,通常用于事件推送. | 2.0.6以上版本 |
+| callback | <metodName><index>.callback | boolean | 可选 | | 服务治理 |
参数是否为callback接口,如果为callback,服务提供方将生成反向代理,可以从服务提供方反向调用消费方,通常用于事件推送. | 2.0.6以上版本 |
### parameter