Skip to content

Commit

Permalink
[ROCKETMQ-292] Delete system.exit in MQAdminStartup
Browse files Browse the repository at this point in the history
Author: lindzh <linsony0@163.com>

Closes alibaba#169 from lindzh/fix_main_system.exit.
  • Loading branch information
lindzh authored and zhouxinyu committed Dec 1, 2017
1 parent e1a42e4 commit 8c30310
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ public static void main0(String[] args, RPCHook rpcHook) {
ServerUtil.parseCmdLine("mqadmin " + cmd.commandName(), subargs, cmd.buildCommandlineOptions(options),
new PosixParser());
if (null == commandLine) {
System.exit(-1);
return;
}

Expand Down

0 comments on commit 8c30310

Please sign in to comment.