You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/03/17 16:16:37 UTC

[incubator-dubbo-website] branch asf-site updated: Remove redundant symbols

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

lixiaojie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f201607  Remove redundant symbols
f201607 is described below

commit f2016079f1df9ad276a5ff12904f5e2170192178
Author: lixiaojiee <xi...@outlook.com>
AuthorDate: Mon Mar 18 00:16:27 2019 +0800

    Remove redundant symbols
---
 blog/zh-cn/dubbo-new-async.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blog/zh-cn/dubbo-new-async.md b/blog/zh-cn/dubbo-new-async.md
index 6d9eff2..6735c58 100644
--- a/blog/zh-cn/dubbo-new-async.md
+++ b/blog/zh-cn/dubbo-new-async.md
@@ -475,7 +475,7 @@ CompletableFuture类型的接口既可以用作同步调用,也可以实现Con
 
    ```
     public static void main(String[] args) throws Exception {
-           ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext(new String[]{"META-INF/spring/async-``consumer.xml"});
+           ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext(new String[]{"META-INF/spring/async-consumer.xml"});
            context.start();
    
            AsyncService asyncService = (AsyncService) context.getBean("asyncService");