Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Fix javadoc typo in PartitionStepBuilder#gridSize()
Browse files Browse the repository at this point in the history
Resolves BATCH-2768
  • Loading branch information
dimitrisli authored and fmbenhassine committed Nov 6, 2018
1 parent 9e02e93 commit e707a57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*
* @author Dave Syer
* @author Mahmoud Ben Hassine
* @author Dimitrios Liapis
*
* @since 2.2
*/
Expand Down Expand Up @@ -122,7 +123,7 @@ public PartitionStepBuilder partitionHandler(PartitionHandler partitionHandler)
/**
* 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
Expand Down

0 comments on commit e707a57

Please sign in to comment.