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/BatchRegistrar.java
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/DefaultBatchConfiguration.java
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -197,20 +197,18 @@ public JobRegistry jobRegistry() throws BatchConfigurationException {
197
197
/**
198
198
* Define a job operator bean.
199
199
* @param jobRepository a job repository
200
-
* @param jobExplorer a job explorer
201
200
* @param jobRegistry a job registry
202
201
* @param jobLauncher a job launcher
203
202
* @return a job operator
204
203
* @throws BatchConfigurationException if unable to configure the default job operator
Copy file name to clipboardExpand all lines: spring-batch-core/src/test/java/org/springframework/batch/core/launch/support/JobOperatorFactoryBeanTests.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ public void testJobOperatorCreation() throws Exception {
0 commit comments