mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix typo in StompSession Javadoc
Closes gh-36469 Signed-off-by: jun <ryuu.public@gmail.com>
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ public interface StompSession {
|
|||||||
* in an ACK or NACK frame respectively.
|
* in an ACK or NACK frame respectively.
|
||||||
* <p><strong>Note:</strong> to use this when subscribing you must set the
|
* <p><strong>Note:</strong> to use this when subscribing you must set the
|
||||||
* {@link StompHeaders#setAck(String) ack} header to "client" or
|
* {@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 messageId the id of the message
|
||||||
* @param consumed whether the message was consumed or not
|
* @param consumed whether the message was consumed or not
|
||||||
* @return a Receiptable for tracking receipts
|
* @return a Receiptable for tracking receipts
|
||||||
|
|||||||
Reference in New Issue
Block a user