Skip to content

Commit e3a2d95

Browse files
aaronsleepylcmarvin
authored andcommitted
Fix javadoc of FaultTolerantChunkProvider
FaultTolerantChunkProvider is an implementation of ChunkProvider, not ChunkProcessor. Issue spring-projects#4029
1 parent a012cdc commit e3a2d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2021 the original author or authors.
2+
* Copyright 2006-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -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)