kl0u commented on a change in pull request #9972: [FLINK-14496][client] Exclude 
detach flag from ClusterClient
URL: https://github.com/apache/flink/pull/9972#discussion_r341101306
 
 

 ##########
 File path: 
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java
 ##########
 @@ -727,10 +725,14 @@ private void disposeSavepoint(ClusterClient<?> 
clusterClient, String savepointPa
        //  Interaction with programs and JobManager
        // 
--------------------------------------------------------------------------------------------
 
-       protected void executeProgram(PackagedProgram program, ClusterClient<?> 
client, int parallelism) throws ProgramMissingJobException, 
ProgramInvocationException {
+       protected void executeProgram(
+               PackagedProgram program,
 
 Review comment:
   Please add one more tab. Although not enforced, the arguments should be one 
tab more to the inside compared to the body of the method.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to