Fix typo in StompSession Javadoc

Closes gh-36469

Signed-off-by: jun <ryuu.public@gmail.com>
This commit is contained in:
jun
2026-03-16 13:38:19 +01:00
committed by Sam Brannen
parent df817364b2
commit c2c6130da5
@@ -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