Fix code formatting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user