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 147c750960d Update guide.md (#1572)
147c750960d is described below
commit 147c750960daf0b06109351cbf31340d936329dc
Author: JIAN ZHONG <[email protected]>
AuthorDate: Thu Oct 27 11:25:21 2022 +0800
Update guide.md (#1572)
---
.../zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
index 0754620bc1d..cf5eeeef30b 100644
--- a/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
+++ b/content/zh/docs3-v2/java-sdk/reference-manual/protocol/triple/guide.md
@@ -114,8 +114,6 @@ Triple 协议是 Dubbo3 的主力协议,完整兼容 gRPC over HTTP/2,并在
ReferenceConfig<IGreeter> ref = new ReferenceConfig<>();
ref.setInterface(IGreeter.class);
ref.setCheck(false);
- ref.setInterface(IGreeter.class);
- ref.setCheck(false);
ref.setProtocol(CommonConstants.TRIPLE);
ref.setLazy(true);
ref.setTimeout(100000);
@@ -280,4 +278,4 @@ Triple 协议是 Dubbo3 的主力协议,完整兼容 gRPC over HTTP/2,并在
本文的示例程序可以在
[triple-samples](https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-triple)
找到
-
\ No newline at end of file
+