Skip to content

Commit 9d82a2a

Browse files
committed
Fix code formatting
1 parent 6ba7c63 commit 9d82a2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/step/builder/AbstractTaskletStepBuilder.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,10 @@ public B taskExecutor(TaskExecutor taskExecutor) {
199199
* in the job repository for this step.
200200
* @param throttleLimit maximum number of concurrent tasklet executions allowed
201201
* @return this for fluent chaining
202-
* @deprecated with no replacement since 5.0, scheduled for removal in 6.0. Use a custom
203-
* {@link RepeatOperations} implementation (based on a {@link TaskExecutor} with a bounded
204-
* task queue) and set it on the step with {@link #stepOperations(RepeatOperations)}.
202+
* @deprecated with no replacement since 5.0, scheduled for removal in 6.0. Use a
203+
* custom {@link RepeatOperations} implementation (based on a {@link TaskExecutor}
204+
* with a bounded task queue) and set it on the step with
205+
* {@link #stepOperations(RepeatOperations)}.
205206
*/
206207
@Deprecated(since = "5.0", forRemoval = true)
207208
public B throttleLimit(int throttleLimit) {

0 commit comments

Comments
 (0)