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

jerrick pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new ba51bab  New ascii logo for 2.6.x (#2402)
ba51bab is described below

commit ba51bab3955e7fc872042bac800771ffdf05c7f6
Author: 时无两丶 <442367...@qq.com>
AuthorDate: Wed Aug 29 18:13:03 2018 +0800

    New ascii logo for 2.6.x (#2402)
---
 .../java/com/alibaba/dubbo/qos/server/DubboLogo.java     | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git 
a/dubbo-plugin/dubbo-qos/src/main/java/com/alibaba/dubbo/qos/server/DubboLogo.java
 
b/dubbo-plugin/dubbo-qos/src/main/java/com/alibaba/dubbo/qos/server/DubboLogo.java
index c5bec0c..6dabdcf 100644
--- 
a/dubbo-plugin/dubbo-qos/src/main/java/com/alibaba/dubbo/qos/server/DubboLogo.java
+++ 
b/dubbo-plugin/dubbo-qos/src/main/java/com/alibaba/dubbo/qos/server/DubboLogo.java
@@ -17,15 +17,9 @@
 package com.alibaba.dubbo.qos.server;
 
 public class DubboLogo {
-    public static String dubbo =
-                    "  ████████▄  ███    █▄  ▀█████████▄  ▀█████████▄   
▄██████▄  \n" +
-                    "  ███   ▀███ ███    ███   ███    ███   ███    ███ ███    
███ \n" +
-                    "  ███    ███ ███    ███   ███    ███   ███    ███ ███    
███ \n" +
-                    "  ███    ███ ███    ███  ▄███▄▄▄██▀   ▄███▄▄▄██▀  ███    
███ \n" +
-                    "  ███    ███ ███    ███ ▀▀███▀▀▀██▄  ▀▀███▀▀▀██▄  ███    
███ \n" +
-                    "  ███    ███ ███    ███   ███    ██▄   ███    ██▄ ███    
███ \n" +
-                    "  ███   ▄███ ███    ███   ███    ███   ███    ███ ███    
███ \n" +
-                    "  ████████▀  ████████▀  ▄█████████▀  ▄█████████▀   
▀██████▀  \n" +
-                    "                                                          
   \n" +
-                    "\n";
+    public static final String dubbo =
+                    "   ___   __  __ ___   ___   ____     \n" +
+                    "  / _ \\ / / / // _ ) / _ ) / __ \\  \n" +
+                    " / // // /_/ // _  |/ _  |/ /_/ /    \n" +
+                    "/____/ \\____//____//____/ \\____/   \n";
 }

Reply via email to