zentol commented on a change in pull request #6754: [FLINK-10295] Add support 
of passing jar arguments as list of separate strings in REST API
URL: https://github.com/apache/flink/pull/6754#discussion_r221888435
 
 

 ##########
 File path: 
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/ProgramArgsQueryParameter.java
 ##########
 @@ -32,6 +32,7 @@ public ProgramArgsQueryParameter() {
 
        @Override
        public String getDescription() {
-               return "String value that specifies the arguments for the 
program or plan.";
+               return "Deprecated, please, use 'programArgsList' instead. " +
+                       "String value that specifies the arguments for the 
program or plan.";
 
 Review comment:
   Remove comma after please.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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