提交 ecadd352 编写于 作者: Z zcb 提交者: Till Rohrmann

[FLINK-6132] [cleanup] Remove redundant code in CliFrontend

This closes #3576.
上级 4fef6b14
......@@ -1079,7 +1079,7 @@ public class CliFrontend {
// do action
switch (action) {
case ACTION_RUN:
return CliFrontend.this.run(params);
return run(params);
case ACTION_LIST:
return list(params);
case ACTION_INFO:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册