Skip to content

Commit 85db8df

Browse files
Merge pull request #35 from quantori/hotfix/interface-impl-mismatch
hotfix: fixed interface API
2 parents c86d314 + 902920d commit 85db8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cqp-core/src/main/java/com/quantori/cqp/core/task/service/TaskPersistenceService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ void persistFlowState(
5757

5858
StreamTaskDescription restoreTaskFromStatus(TaskStatus subtaskStatus);
5959

60-
void updateStatus(String flowId);
60+
void updateStatus(String taskId);
6161
}

0 commit comments

Comments
 (0)