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

Commit e707a57

Browse files
dimitrislifmbenhassine
authored andcommitted
Fix javadoc typo in PartitionStepBuilder#gridSize()
Resolves BATCH-2768
1 parent 9e02e93 commit e707a57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
*
3333
* @author Dave Syer
3434
* @author Mahmoud Ben Hassine
35+
* @author Dimitrios Liapis
3536
*
3637
* @since 2.2
3738
*/
@@ -122,7 +123,7 @@ public PartitionStepBuilder partitionHandler(PartitionHandler partitionHandler)
122123
/**
123124
* A hint to the {@link #splitter(StepExecutionSplitter)} about how many step executions are required. If running
124125
* locally or remotely through a {@link #taskExecutor(TaskExecutor)} determines precisely the number of step
125-
* execution sin the first attempt at a partition step execution.
126+
* executions in the first attempt at a partition step execution.
126127
*
127128
* @param gridSize the grid size
128129
* @return this for fluent chaining

0 commit comments

Comments
 (0)