ruanwenjun commented on code in PR #17860:
URL: 
https://github.com/apache/dolphinscheduler/pull/17860#discussion_r2672248749


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-java/src/main/java/org/apache/dolphinscheduler/plugin/task/java/JavaTask.java:
##########
@@ -221,4 +224,8 @@ private String getJavaCommandPath() {
         return JAVA_HOME_VAR + File.separator + "bin" + File.separator;
     }
 
+    private String parseParameter(String script) {

Review Comment:
   ```suggestion
       private String assemblyParameterPlaceholders(String script) {
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to