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) {
346346
347347 /**
348348 * Get the recovery callback.
349- * @deprecated since 2.8 - use a suitably configured error handler instead.
350349 * @return the recovery callback.
350+ * @deprecated since 2.8 - use a suitably configured error handler instead.
351351 */
352352 @ Deprecated
353353 @ Nullable
@@ -366,8 +366,9 @@ public void setRecoveryCallback(RecoveryCallback<? extends Object> recoveryCallb
366366 }
367367
368368 /**
369+ * Return the stateful retry.
370+ * @return the stateful retry.
369371 * @deprecated since 2.8 - use a suitably configured error handler instead.
370- * @return
371372 */
372373 @ Deprecated
373374 protected boolean isStatefulRetry () {
You can’t perform that action at this time.
0 commit comments