We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af6455 commit 8b6343fCopy full SHA for 8b6343f
spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/FlowJob.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2006-2019 the original author or authors.
+ * Copyright 2006-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@
35
36
* @author Dave Syer
37
* @author Mahmoud Ben Hassine
38
+ * @author Taeik Lim
39
* @since 2.0
40
*/
41
public class FlowJob extends AbstractJob {
@@ -84,6 +85,7 @@ public Step getStep(String stepName) {
84
85
86
private void init() {
87
findSteps(flow, stepMap);
88
+ initialized = true;
89
}
90
91
/**
0 commit comments