Skip to content

Commit c2c6130

Browse files
xxxxxxjunsbrannen
authored andcommitted
Fix typo in StompSession Javadoc
Closes gh-36469 Signed-off-by: jun <ryuu.public@gmail.com>
1 parent df81736 commit c2c6130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spring-messaging/src/main/java/org/springframework/messaging/simp/stomp

spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public interface StompSession {
9595
* in an ACK or NACK frame respectively.
9696
* <p><strong>Note:</strong> to use this when subscribing you must set the
9797
* {@link StompHeaders#setAck(String) ack} header to "client" or
98-
* "client-individual" in order ot use this.
98+
* "client-individual" in order to use this.
9999
* @param messageId the id of the message
100100
* @param consumed whether the message was consumed or not
101101
* @return a Receiptable for tracking receipts

0 commit comments

Comments
 (0)