Skip to content

Commit e0a2711

Browse files
committed
GH-1886: Fix Javadocs
1 parent ea7cc33 commit e0a2711

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)