Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit b4609b0

Browse files
committed
Fix Java annotation
1 parent 6789e08 commit b4609b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/reactor/rabbitmq/Sender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public Flux<OutboundMessageResult> sendWithPublishConfirms(Publisher<OutboundMes
238238
* @return flux of confirmations with typed correlated metadata
239239
* @see <a href="https://www.rabbitmq.com/confirms.html#publisher-confirms">Publisher Confirms</a>
240240
* @see CorrelableOutboundMessage
241-
* @see 1.4.0
241+
* @since 1.4.0
242242
*/
243243
public <OMSG extends OutboundMessage> Flux<OutboundMessageResult<OMSG>> sendWithTypedPublishConfirms(Publisher<OMSG> messages) {
244244
return sendWithTypedPublishConfirms(messages, new SendOptions());

0 commit comments

Comments
 (0)