diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/SimpleCompletionPolicy.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/SimpleCompletionPolicy.java index 15b1ca3bfd..8e30ccfb43 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/SimpleCompletionPolicy.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/SimpleCompletionPolicy.java @@ -51,6 +51,10 @@ public void setChunkSize(int chunkSize) { this.chunkSize = chunkSize; } + public int getChunkSize() { + return chunkSize; + } + /** * Reset the counter. *