Fix javadoc typo in PartitionStepBuilder#gridSize()

Resolves BATCH-2768
This commit is contained in:
Dimitrios Liapis
2018-11-05 19:20:17 +01:00
committed by Mahmoud Ben Hassine
parent 9e02e935ce
commit e707a57157

View File

@@ -32,6 +32,7 @@ import org.springframework.core.task.TaskExecutor;
*
* @author Dave Syer
* @author Mahmoud Ben Hassine
* @author Dimitrios Liapis
*
* @since 2.2
*/
@@ -122,7 +123,7 @@ public class PartitionStepBuilder extends StepBuilderHelper<PartitionStepBuilder
/**
* A hint to the {@link #splitter(StepExecutionSplitter)} about how many step executions are required. If running
* locally or remotely through a {@link #taskExecutor(TaskExecutor)} determines precisely the number of step
* execution sin the first attempt at a partition step execution.
* executions in the first attempt at a partition step execution.
*
* @param gridSize the grid size
* @return this for fluent chaining