File tree 1 file changed +3
-2
lines changed
spring-kafka/src/main/java/org/springframework/kafka/config
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -345,8 +345,8 @@ public void setRetryTemplate(RetryTemplate retryTemplate) {
345
345
346
346
/**
347
347
* Get the recovery callback.
348
- * @deprecated since 2.8 - use a suitably configured error handler instead.
349
348
* @return the recovery callback.
349
+ * @deprecated since 2.8 - use a suitably configured error handler instead.
350
350
*/
351
351
@ Deprecated
352
352
@ Nullable
@@ -365,8 +365,9 @@ public void setRecoveryCallback(RecoveryCallback<? extends Object> recoveryCallb
365
365
}
366
366
367
367
/**
368
+ * Return the stateful retry.
369
+ * @return the stateful retry.
368
370
* @deprecated since 2.8 - use a suitably configured error handler instead.
369
- * @return
370
371
*/
371
372
@ Deprecated
372
373
protected boolean isStatefulRetry () {
You can’t perform that action at this time.
0 commit comments