Skip to content

Commit

Permalink
Fix JavaDocs errors
Browse files Browse the repository at this point in the history
Related to #2239

**Cherry-pick to `2.9.x`**
  • Loading branch information
artembilan authored and garyrussell committed Jul 7, 2022
1 parent 948db6e commit 1013095
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -19,7 +19,7 @@
import org.springframework.util.Assert;

/**
* A factory for {@link ContainerPartitionPausingBackoffManager}.
* A factory for {@link ContainerPartitionPausingBackOffManager}.
*
* @author Gary Russell
* @since 2.9
Expand Down
Expand Up @@ -265,7 +265,6 @@ protected Consumer<DestinationTopicResolver> configureDestinationTopicResolver()
/**
* Create the {@link KafkaConsumerBackoffManager} instance that will be used to
* back off partitions.
* To configure it, override the {@link #configureKafkaBackOffManager} method.
* To provide a custom implementation, either override this method, or
* override the {@link RetryTopicComponentFactory#kafkaBackOffManagerFactory} method
* and return a different {@link KafkaBackOffManagerFactory}.
Expand Down

0 comments on commit 1013095

Please sign in to comment.