Skip to content

Commit

Permalink
Refactor the code-base
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Oct 27, 2023
1 parent 71cd6ee commit 27df8a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ballerina/queue_manager.bal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public isolated class QueueManager {
'class: "io.ballerina.lib.ibm.ibmmq.QueueManager"
} external;

public isolated function accessTopic(string topicName, string topicString, OPEN_TOPIC_OPTION openTopicOption, AccessTopicOptions options) returns Topic|Error =
public isolated function accessTopic(string topicName, string topicString, OPEN_TOPIC_OPTION openTopicOption,
AccessTopicOptions options) returns Topic|Error =
@java:Method {
'class: "io.ballerina.lib.ibm.ibmmq.QueueManager"
} external;
Expand Down

0 comments on commit 27df8a5

Please sign in to comment.