Skip to content

Commit e58f683

Browse files
committed
1 parent 885574e commit e58f683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void setCommitRecovered(boolean commitRecovered) {
111111
* Set to false to immediately attempt to recover on the next attempt instead
112112
* of repeating the BackOff cycle when recovery fails.
113113
* @param resetStateOnRecoveryFailure false to retain state.
114-
* @since 3.5.5
114+
* @since 2.5.5
115115
*/
116116
public void setResetStateOnRecoveryFailure(boolean resetStateOnRecoveryFailure) {
117117
this.failureTracker.setResetStateOnRecoveryFailure(resetStateOnRecoveryFailure);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class FailedRecordTracker {
7979
* Set to false to immediately attempt to recover on the next attempt instead
8080
* of repeating the BackOff cycle when recovery fails.
8181
* @param resetStateOnRecoveryFailure false to retain state.
82-
* @since 3.5.5
82+
* @since 2.5.5
8383
*/
8484
public void setResetStateOnRecoveryFailure(boolean resetStateOnRecoveryFailure) {
8585
this.resetStateOnRecoveryFailure = resetStateOnRecoveryFailure;

0 commit comments

Comments
 (0)