You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/JobBuilderFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
*
25
25
* @author Dave Syer
26
26
* @author Mahmoud Ben Hassine
27
-
*
27
+
* @author brick0123
28
28
*/
29
29
publicclassJobBuilderFactory {
30
30
31
-
privateJobRepositoryjobRepository;
31
+
privatefinalJobRepositoryjobRepository;
32
32
33
33
/**
34
34
* @param jobRepository The {@link JobRepository} to be used by the builder factory.
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/StepBuilderFactory.java
0 commit comments