Skip to content

Commit

Permalink
Update doc-comments for JMS caller
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Aug 17, 2023
1 parent c5e217e commit 4f29411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/caller.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f29411

Please sign in to comment.