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