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 @@ -345,8 +345,8 @@ public void setRetryTemplate(RetryTemplate retryTemplate) {
345345
346346 /**
347347 * Get the recovery callback.
348- * @deprecated since 2.8 - use a suitably configured error handler instead.
349348 * @return the recovery callback.
349+ * @deprecated since 2.8 - use a suitably configured error handler instead.
350350 */
351351 @ Deprecated
352352 @ Nullable
@@ -365,8 +365,9 @@ public void setRecoveryCallback(RecoveryCallback<? extends Object> recoveryCallb
365365 }
366366
367367 /**
368+ * Return the stateful retry.
369+ * @return the stateful retry.
368370 * @deprecated since 2.8 - use a suitably configured error handler instead.
369- * @return
370371 */
371372 @ Deprecated
372373 protected boolean isStatefulRetry () {
You can’t perform that action at this time.
0 commit comments