Skip to content

Commit 0281b77

Browse files
committed
Fix "since" version
1 parent 3550f11 commit 0281b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/DefaultAfterRollbackProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void setKafkaTemplate(KafkaTemplate<K, V> kafkaTemplate) {
148148
* Set a {@link KafkaOperations} to use to send the offset of a recovered record
149149
* to a transaction.
150150
* @param kafkaOperations the operations.
151-
* @since 2.3.8
151+
* @since 2.5.1
152152
* @see #setCommitRecovered(boolean)
153153
*/
154154
public void setKafkaOperations(KafkaOperations<K, V> kafkaOperations) {

0 commit comments

Comments
 (0)