Skip to content

Commit 1c83c44

Browse files
authored
Fix docs @EnableRetryTopic to @EnableKafkaRetryTopic (#3910)
**Auto-cherry-pick to `3.3.x` & `3.2.x`** Signed-off-by: Seonghyeon Cho <[email protected]>
1 parent 56fa428 commit 1c83c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/retrytopic/RetryTopicConfigurationSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* is to extend directly from this class and override methods as necessary, remembering
6868
* to add {@link Configuration @Configuration} to the subclass and {@link Bean @Bean}
6969
* to overridden {@link Bean @Bean} methods. For more details see the javadoc of
70-
* {@link EnableKafkaRetryTopic @EnableRetryTopic}.
70+
* {@link EnableKafkaRetryTopic @EnableKafkaRetryTopic}.
7171
*
7272
* @author Tomaz Fernandes
7373
* @author Gary Russell

0 commit comments

Comments
 (0)