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

(cherry picked from commit d8de5b9)
  • Loading branch information
MichaelMoyles authored and spring-builds committed Aug 14, 2024
1 parent c189b54 commit dc65614
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 dc65614

Please sign in to comment.