Fix javadoc of FaultTolerantChunkProvider

FaultTolerantChunkProvider is an implementation
of ChunkProvider, not ChunkProcessor.

Issue #4029
This commit is contained in:
Aaron
2021-11-29 11:08:09 +01:00
committed by Mahmoud Ben Hassine
parent b919921dbb
commit 73bfaf3de4

View File

@@ -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.
*