Fix javadoc of FaultTolerantChunkProvider
FaultTolerantChunkProvider is an implementation of ChunkProvider, not ChunkProcessor. Issue #4029
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
b919921dbb
commit
73bfaf3de4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2006-2007 the original author or authors.
|
||||
* Copyright 2006-2022 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -29,7 +29,7 @@ import org.springframework.classify.BinaryExceptionClassifier;
|
||||
import org.springframework.classify.Classifier;
|
||||
|
||||
/**
|
||||
* FaultTolerant implementation of the {@link ChunkProcessor} interface, that
|
||||
* FaultTolerant implementation of the {@link ChunkProvider} interface, that
|
||||
* allows for skipping or retry of items that cause exceptions during reading or
|
||||
* processing.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user