Skip to content

Commit 4ee11a6

Browse files
committed
change WorkflowBackup.java name WorkflowRuntime.java
1 parent 07c858d commit 4ee11a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow-engine-starter-infra/src/main/java/com/codingapi/flow/infra/AutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public WorkflowRepository workflowRepository(WorkflowEntityRepository workflowEn
3434
}
3535

3636
@Bean
37-
public WorkflowRuntimeRepository workflowBackupRepository(WorkflowRuntimeEntityRepository workflowRuntimeEntityRepository){
37+
public WorkflowRuntimeRepository workflowRuntimeRepository(WorkflowRuntimeEntityRepository workflowRuntimeEntityRepository){
3838
return new WorkflowRuntimeRepositoryImpl(workflowRuntimeEntityRepository);
3939
}
4040

0 commit comments

Comments
 (0)