Skip to content

Commit

Permalink
GH-3408: Update javadocs (#3418)
Browse files Browse the repository at this point in the history
Fixes: #3408 

updating KafkaMessageHeaderAccessor.getBlockingRetryDeliveryAttempt javadoc

**Auto-cherry-pick to `3.2.x` & `3.1.x`**
  • Loading branch information
MichaelMoyles authored Aug 14, 2024
1 parent 6874ea3 commit d8de5b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public KafkaMessageHeaderAccessor(Message<?> message) {

/**
* Access the header value when the blocking delivery attempt header is present.
* @return 1 if there is no header present; the decoded header value otherwise.
* @return The decoded header value if the header is present.
* @throws IllegalStateException if the header is not present.
* @see org.springframework.kafka.listener.ContainerProperties#setDeliveryAttemptHeader(boolean)
*/
Expand Down

0 comments on commit d8de5b9

Please sign in to comment.