Skip to content

Commit 30ee20d

Browse files
WhiteDGgaryrussell
authored andcommitted
Fix Javadoc for ListenerContainerFactoryConfigurer
Remove outdated comments in ListenerContainerFactoryConfigurer Fix unused import
1 parent 86616ce commit 30ee20d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.springframework.kafka.config.KafkaListenerEndpoint;
2929
import org.springframework.kafka.listener.CommonErrorHandler;
3030
import org.springframework.kafka.listener.ConcurrentMessageListenerContainer;
31-
import org.springframework.kafka.listener.ContainerProperties;
3231
import org.springframework.kafka.listener.ContainerProperties.AckMode;
3332
import org.springframework.kafka.listener.DeadLetterPublishingRecoverer;
3433
import org.springframework.kafka.listener.DefaultErrorHandler;
@@ -46,10 +45,6 @@
4645
* {@link DefaultErrorHandler} and the {@link DeadLetterPublishingRecoverer}
4746
* created by the {@link DeadLetterPublishingRecovererFactory}.
4847
*
49-
* Also sets {@link ContainerProperties#setIdlePartitionEventInterval(Long)}
50-
* and {@link ContainerProperties#setPollTimeout(long)} if its defaults haven't
51-
* been overridden by the user.
52-
*
5348
* Since 2.8.3 these configurations don't interfere with the provided factory
5449
* instance itself, so the same factory instance can be shared among retryable and
5550
* non-retryable endpoints.

0 commit comments

Comments
 (0)