Skip to content

Commit 09f65b7

Browse files
authored
Fix: Javadoc for FaultTolerantChunkProvider updated
FaultTolerantChunkProvider is an implementation of ChunkProvider, not ChunkProcssor. So, fixed it.
1 parent e8e3f5d commit 09f65b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/step/item/FaultTolerantChunkProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.springframework.classify.Classifier;
3030

3131
/**
32-
* FaultTolerant implementation of the {@link ChunkProcessor} interface, that
32+
* FaultTolerant implementation of the {@link ChunkProvider} interface, that
3333
* allows for skipping or retry of items that cause exceptions during reading or
3434
* processing.
3535
*

0 commit comments

Comments
 (0)