Skip to content

Commit 59947b1

Browse files
committed
remove unused variable
1 parent 9a3ec58 commit 59947b1

File tree

1 file changed

+1
-1
lines changed
  • dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python

1 file changed

+1
-1
lines changed

dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public Long createOrUpdateProcessDefinition(String userName,
259259
// make sure process definition offline which could edit
260260
processDefinitionService.releaseProcessDefinition(user, projectCode, processDefinitionCode,
261261
ReleaseState.OFFLINE);
262-
Map<String, Object> result = processDefinitionService.updateProcessDefinition(user, projectCode, name,
262+
processDefinitionService.updateProcessDefinition(user, projectCode, name,
263263
processDefinitionCode, description, globalParams,
264264
null, timeout, tenantCode, taskRelationJson, taskDefinitionJson, otherParamsJson,
265265
executionTypeEnum);

0 commit comments

Comments
 (0)