Skip to content

Commit 81c9e60

Browse files
artembilangaryrussell
authored andcommitted
Fix JavaDocs errors
Related to #2239 **Cherry-pick to `2.9.x`**
1 parent 6a24685 commit 81c9e60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerPartitionPausingBackOffManagerFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.springframework.util.Assert;
2020

2121
/**
22-
* A factory for {@link ContainerPartitionPausingBackoffManager}.
22+
* A factory for {@link ContainerPartitionPausingBackOffManager}.
2323
*
2424
* @author Gary Russell
2525
* @since 2.9

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

-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ protected Consumer<DestinationTopicResolver> configureDestinationTopicResolver()
265265
/**
266266
* Create the {@link KafkaConsumerBackoffManager} instance that will be used to
267267
* back off partitions.
268-
* To configure it, override the {@link #configureKafkaBackOffManager} method.
269268
* To provide a custom implementation, either override this method, or
270269
* override the {@link RetryTopicComponentFactory#kafkaBackOffManagerFactory} method
271270
* and return a different {@link KafkaBackOffManagerFactory}.

0 commit comments

Comments
 (0)