From b9e34a70bd382e9929ae2f943a7aeca645c44785 Mon Sep 17 00:00:00 2001 From: jun Date: Sun, 15 Mar 2026 23:17:09 +0900 Subject: [PATCH] Fix typo in StompSession Javadoc Signed-off-by: jun --- .../org/springframework/messaging/simp/stomp/StompSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java b/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java index 1bce9ff94d0a..803599f1ea50 100644 --- a/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java +++ b/spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java @@ -95,7 +95,7 @@ public interface StompSession { * in an ACK or NACK frame respectively. *

Note: 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