Skip to content

Commit 4333220

Browse files
author
shaolei
committed
remove comment
1 parent 7b5cc6d commit 4333220

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • dolphinscheduler-task-plugin/dolphinscheduler-task-dinky/src/main/java/org/apache/dolphinscheduler/plugin/task/dinky

dolphinscheduler-task-plugin/dolphinscheduler-task-dinky/src/main/java/org/apache/dolphinscheduler/plugin/task/dinky/DinkyTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ private Map<String, String> generateVariables() {
345345
});
346346
List<Property> localParams = this.dinkyParameters.getLocalParams();
347347
if (localParams != null) {
348-
// replace localParams value where value is expression
349348
for (Property property : localParams) {
350349
String value = ParameterUtils.convertParameterPlaceholders(property.getValue(), variables);
351350
if (value != null && !value.isEmpty()) {

0 commit comments

Comments
 (0)