Add missing @since tag

This commit is contained in:
Rossen Stoyanchev
2016-04-26 16:48:45 -04:00
parent 06b2d2b89e
commit 9798912557

View File

@@ -94,7 +94,8 @@ public interface StompSession {
* "client-individual" in order ot use this.
* @param messageId the id of the message
* @param consumed whether the message was consumed or not
* @return a Receiptable for tracking events
* @return a Receiptable for tracking receipts
* @since 4.3
*/
Receiptable acknowledge(String messageId, boolean consumed);