Skip to content

Commit

Permalink
Fix Javadoc in the AsyncRabbitTemplate2
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jul 28, 2022
1 parent 038f8f6 commit 9e04fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public void setMandatoryExpressionString(String mandatoryExpression) {
}

/**
* Set to true to enable publisher confirms. When enabled, the {@link RabbitFuture2}
* Set to true to enable publisher confirms. When enabled, the {@link RabbitFuture}
* returned by the send and receive operation will have a
* {@code CompletableFuture<Boolean>} in its {@code confirm} property.
* @param enableConfirms true to enable publisher confirms.
Expand Down

0 comments on commit 9e04fb1

Please sign in to comment.