Fix docs @EnableRetryTopic to @EnableKafkaRetryTopic (#3910)

Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
(cherry picked from commit 1c83c447ce)
This commit is contained in:
Seonghyeon Cho (조성현)
2025-05-20 00:57:50 +09:00
committed by Spring Builds
parent 392ee4bfdb
commit cb7b1843ba

View File

@@ -67,7 +67,7 @@ import org.springframework.util.backoff.FixedBackOff;
* is to extend directly from this class and override methods as necessary, remembering
* to add {@link Configuration @Configuration} to the subclass and {@link Bean @Bean}
* to overridden {@link Bean @Bean} methods. For more details see the javadoc of
* {@link EnableKafkaRetryTopic @EnableRetryTopic}.
* {@link EnableKafkaRetryTopic @EnableKafkaRetryTopic}.
*
* @author Tomaz Fernandes
* @author Gary Russell