Fix code formatting

This commit is contained in:
Mahmoud Ben Hassine
2023-11-15 11:56:03 +01:00
parent 6ba7c639a4
commit 9d82a2a72d

View File

@@ -199,9 +199,10 @@ public abstract class AbstractTaskletStepBuilder<B extends AbstractTaskletStepBu
* in the job repository for this step.
* @param throttleLimit maximum number of concurrent tasklet executions allowed
* @return this for fluent chaining
* @deprecated with no replacement since 5.0, scheduled for removal in 6.0. Use a custom
* {@link RepeatOperations} implementation (based on a {@link TaskExecutor} with a bounded
* task queue) and set it on the step with {@link #stepOperations(RepeatOperations)}.
* @deprecated with no replacement since 5.0, scheduled for removal in 6.0. Use a
* custom {@link RepeatOperations} implementation (based on a {@link TaskExecutor}
* with a bounded task queue) and set it on the step with
* {@link #stepOperations(RepeatOperations)}.
*/
@Deprecated(since = "5.0", forRemoval = true)
public B throttleLimit(int throttleLimit) {