Skip to content

Commit a8f98bd

Browse files
committed
GH-1886: Fix Javadocs
1 parent ec69ddc commit a8f98bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: spring-kafka/src/main/java/org/springframework/kafka/config/AbstractKafkaListenerEndpoint.java

+3-2
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)