Skip to content

Commit c101b61

Browse files
WhiteDGgaryrussell
authored andcommitted
Fix Javadoc for ListenerContainerFactoryConfigurer
Remove outdated comments in ListenerContainerFactoryConfigurer Fix unused import
1 parent 49e4bab commit c101b61

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;
@@ -45,10 +44,6 @@
4544
* {@link DefaultErrorHandler} and the {@link DeadLetterPublishingRecoverer}
4645
* created by the {@link DeadLetterPublishingRecovererFactory}.
4746
*
48-
* Also sets {@link ContainerProperties#setIdlePartitionEventInterval(Long)}
49-
* and {@link ContainerProperties#setPollTimeout(long)} if its defaults haven't
50-
* been overridden by the user.
51-
*
5247
* Since 2.8.3 these configurations don't interfere with the provided factory
5348
* instance itself, so the same factory instance can be shared among retryable and
5449
* non-retryable endpoints.

0 commit comments

Comments
 (0)