From 4f2941141eb3ef8b3ee0f956c740ebd6af643653 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Thu, 17 Aug 2023 12:18:53 +0530 Subject: [PATCH] Update doc-comments for JMS caller --- ballerina/caller.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/caller.bal b/ballerina/caller.bal index 6e880750..0c48adfe 100644 --- a/ballerina/caller.bal +++ b/ballerina/caller.bal @@ -16,7 +16,7 @@ import ballerina/jballerina.java; -# Represents a JMS caller, which can be used to commit the offsets consumed by the service. +# Represents a JMS caller, which can be used to mark JMS message as received. public isolated client class Caller { # Mark a JMS message as received.