You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wa...@apache.org on 2019/09/23 02:37:42 UTC

[dubbo-website] branch master updated: Delete a repeat program statement. (#473)

This is an automated email from the ASF dual-hosted git repository.

wangxin 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 76ce22e  Delete a repeat program statement. (#473)
76ce22e is described below

commit 76ce22e73df6d150338a097c9075c74c4046bf86
Author: zimingsir <42...@users.noreply.github.com>
AuthorDate: Mon Sep 23 10:37:37 2019 +0800

    Delete a repeat program statement. (#473)
---
 blog/zh-cn/dubbo-generic-invoke.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/zh-cn/dubbo-generic-invoke.md b/blog/zh-cn/dubbo-generic-invoke.md
index 508c8d4..d70072a 100644
--- a/blog/zh-cn/dubbo-generic-invoke.md
+++ b/blog/zh-cn/dubbo-generic-invoke.md
@@ -43,7 +43,7 @@ System.out.println(name);
 ## 通过 API 编程进行泛化调用
 
 ```
-ApplicationConfig application = new ApplicationConfig()ApplicationConfig application = new ApplicationConfig();
+ApplicationConfig application = new ApplicationConfig();
 application.setName("api-generic-consumer");
 
 RegistryConfig registry = new RegistryConfig();