Skip to content

Commit

Permalink
GH-1886: Fix Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Mar 16, 2022
1 parent ea7cc33 commit e0a2711
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ public void setRetryTemplate(RetryTemplate retryTemplate) {

/**
* Get the recovery callback.
* @deprecated since 2.8 - use a suitably configured error handler instead.
* @return the recovery callback.
* @deprecated since 2.8 - use a suitably configured error handler instead.
*/
@Deprecated
@Nullable
Expand All @@ -366,8 +366,9 @@ public void setRecoveryCallback(RecoveryCallback<? extends Object> recoveryCallb
}

/**
* Return the stateful retry.
* @return the stateful retry.
* @deprecated since 2.8 - use a suitably configured error handler instead.
* @return
*/
@Deprecated
protected boolean isStatefulRetry() {
Expand Down

0 comments on commit e0a2711

Please sign in to comment.