File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-kafka/src/main/java/org/springframework/kafka/listener Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments