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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2022 the original author or authors.
2
+
* Copyright 2012-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -25,14 +25,15 @@
25
25
*
26
26
* @author Dave Syer
27
27
* @author Mahmoud Ben Hassine
28
+
* @author Jinho Han
28
29
* @deprecated Deprecated as of v5.0 and scheduled for removal in v5.2 in favor of using
29
30
* the {@link JobBuilder}.
30
31
*
31
32
*/
32
33
@Deprecated(since = "5.0.0", forRemoval = true)
33
34
publicclassJobBuilderFactory {
34
35
35
-
privateJobRepositoryjobRepository;
36
+
privatefinalJobRepositoryjobRepository;
36
37
37
38
/**
38
39
* @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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2022 the original author or authors.
2
+
* Copyright 2012-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -26,14 +26,15 @@
26
26
*
27
27
* @author Dave Syer
28
28
* @author Mahmoud Ben Hassine
29
+
* @author Jinho Han
29
30
* @deprecated Deprecated as of v5.0 and scheduled for removal in v5.2 in favor of using
0 commit comments