Skip to content

Commit e1b0f15

Browse files
quafffmbenhassine
authored andcommitted
Fix incorrect Javadoc
Signed-off-by: Yanming Zhou <[email protected]>
1 parent 2b1b5d1 commit e1b0f15

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: spring-batch-integration/src/main/java/org/springframework/batch/integration/partition/RemotePartitioningManagerStepBuilderFactory.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019-2022 the original author or authors.
2+
* Copyright 2019-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -21,12 +21,10 @@
2121
import org.springframework.beans.BeansException;
2222
import org.springframework.beans.factory.BeanFactory;
2323
import org.springframework.beans.factory.BeanFactoryAware;
24-
import org.springframework.transaction.PlatformTransactionManager;
2524

2625
/**
2726
* Convenient factory for a {@link RemotePartitioningManagerStepBuilder} which sets the
28-
* {@link JobRepository}, {@link JobExplorer}, {@link BeanFactory} and
29-
* {@link PlatformTransactionManager} automatically.
27+
* {@link JobRepository}, {@link JobExplorer} and {@link BeanFactory} automatically.
3028
*
3129
* @since 4.2
3230
* @author Mahmoud Ben Hassine

Diff for: spring-batch-integration/src/main/java/org/springframework/batch/integration/partition/RemotePartitioningWorkerStepBuilderFactory.java

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2022 the original author or authors.
2+
* Copyright 2018-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -21,12 +21,10 @@
2121
import org.springframework.beans.BeansException;
2222
import org.springframework.beans.factory.BeanFactory;
2323
import org.springframework.beans.factory.BeanFactoryAware;
24-
import org.springframework.transaction.PlatformTransactionManager;
2524

2625
/**
2726
* Convenient factory for a {@link RemotePartitioningWorkerStepBuilder} which sets the
28-
* {@link JobRepository}, {@link JobExplorer}, {@link BeanFactory} and
29-
* {@link PlatformTransactionManager} automatically.
27+
* {@link JobRepository}, {@link JobExplorer} and {@link BeanFactory} automatically.
3028
*
3129
* @since 4.1
3230
* @author Mahmoud Ben Hassine

0 commit comments

Comments
 (0)