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

yukon pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8c30310  [ROCKETMQ-292] Delete system.exit in MQAdminStartup
8c30310 is described below

commit 8c303104830afe53721fad231e671fc12670df8c
Author: lindzh <[email protected]>
AuthorDate: Fri Dec 1 20:00:18 2017 +0800

    [ROCKETMQ-292] Delete system.exit in MQAdminStartup
    
    Author: lindzh <[email protected]>
    
    Closes #169 from lindzh/fix_main_system.exit.
---
 .../src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java 
b/tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java
index 517be4e..d3342e8 100644
--- a/tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java
+++ b/tools/src/main/java/org/apache/rocketmq/tools/command/MQAdminStartup.java
@@ -119,7 +119,6 @@ public class MQAdminStartup {
                             ServerUtil.parseCmdLine("mqadmin " + 
cmd.commandName(), subargs, cmd.buildCommandlineOptions(options),
                                 new PosixParser());
                         if (null == commandLine) {
-                            System.exit(-1);
                             return;
                         }
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to