Skip to content

Commit a91ffcc

Browse files
committed
Polishing for previous commit
https://build.spring.io/browse/SK-SK21X-99/
1 parent 5f57f4b commit a91ffcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka/src/main/java/org/springframework/kafka/core/DefaultKafkaProducerFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public void setValueSerializer(Serializer<V> valueSerializer) {
132132

133133
/**
134134
* The time to wait when physically closing the producer via the factory rather than
135-
* closing the producer itself (when {@link #reset()}, {@link #destroy() or
136-
* #closeProducerFor(String)} are invoked). Specified in seconds; default
135+
* closing the producer itself (when {@link #destroy()} or
136+
* {@link #closeProducerFor(String)} are invoked). Specified in seconds; default
137137
* {@link #DEFAULT_PHYSICAL_CLOSE_TIMEOUT}.
138138
* @param physicalCloseTimeout the timeout in seconds.
139139
* @since 1.0.7

0 commit comments

Comments
 (0)