Skip to content

Commit a41da35

Browse files
committed
GH-990: DARP.commitRecovered - fix 'since'
See 15750b9
1 parent a62621e commit a41da35

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
@@ -161,7 +161,7 @@ public boolean isProcessInTransaction() {
161161
* if a record is skipped and recovered, we will send its offset to the transaction.
162162
* Requires a {@link KafkaTemplate}.
163163
* @param commitRecovered true to process in a transaction.
164-
* @since 2.2.5
164+
* @since 2.3
165165
* @see #isProcessInTransaction()
166166
* @see #process(List, Consumer, Exception, boolean)
167167
* @see #setKafkaTemplate(KafkaTemplate)

0 commit comments

Comments
 (0)