Skip to content

Commit 9e04fb1

Browse files
committed
Fix Javadoc in the AsyncRabbitTemplate2
1 parent 038f8f6 commit 9e04fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/AsyncRabbitTemplate2.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public void setMandatoryExpressionString(String mandatoryExpression) {
292292
}
293293

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

0 commit comments

Comments
 (0)