Skip to content

Commit f8b0f5c

Browse files
committed
Fix javadoc.
1 parent c42be81 commit f8b0f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/support/KafkaMessageHeaderAccessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public KafkaMessageHeaderAccessor(Message<?> message) {
4646
* Access the header value when the blocking delivery attempt header is present.
4747
* @return 1 if there is no header present; the decoded header value otherwise.
4848
* @throws IllegalStateException if the header is not present.
49-
* @see {@link org.springframework.kafka.listener.ContainerProperties#setDeliveryAttemptHeader(boolean)}
49+
* @see org.springframework.kafka.listener.ContainerProperties#setDeliveryAttemptHeader(boolean)
5050
*/
5151
@Nullable
5252
public int getBlockingRetryDeliveryAttempt() {

0 commit comments

Comments
 (0)