Fix typo in StompSession Javadoc

Closes gh-36469

Signed-off-by: jun <ryuu.public@gmail.com>
(cherry picked from commit c2c6130da5)
This commit is contained in:
jun
2026-03-16 13:40:12 +01:00
committed by Sam Brannen
parent e598df8c60
commit 52345c56a7
@@ -95,7 +95,7 @@ public interface StompSession {
* in an ACK or NACK frame respectively.
* <p><strong>Note:</strong> to use this when subscribing you must set the
* {@link StompHeaders#setAck(String) ack} header to "client" or
* "client-individual" in order ot use this.
* "client-individual" in order to use this.
* @param messageId the id of the message
* @param consumed whether the message was consumed or not
* @return a Receiptable for tracking receipts