Skip to content

Commit db7d7b9

Browse files
committed
Removed the getter for PlatformTransactionManager requirement
1 parent 30d6c63 commit db7d7b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-cloud-task-batch/src/test/java/org/springframework/cloud/task/batch/handler/TaskJobLauncherApplicationRunnerCoreTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,6 @@ public JobRepository getJobRepository() throws Exception {
276276
return this.jobRepository;
277277
}
278278

279-
@Override
280-
public PlatformTransactionManager getTransactionManager() {
281-
return this.transactionManager;
282-
}
283-
284279
@Override
285280
public JobLauncher getJobLauncher() throws Exception {
286281
TaskExecutorJobLauncher launcher = new TaskExecutorJobLauncher();

0 commit comments

Comments
 (0)