We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a012cdc commit e3a2d95Copy full SHA for e3a2d95
spring-batch-core/src/main/java/org/springframework/batch/core/step/item/FaultTolerantChunkProvider.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2006-2021 the original author or authors.
+ * Copyright 2006-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
29
import org.springframework.classify.Classifier;
30
31
/**
32
- * FaultTolerant implementation of the {@link ChunkProcessor} interface, that
+ * FaultTolerant implementation of the {@link ChunkProvider} interface, that
33
* allows for skipping or retry of items that cause exceptions during reading or
34
* processing.
35
0 commit comments