Skip to content

Commit

Permalink
Merge pull request #18 from ballerina-platform/dilanSachi-patch-1
Browse files Browse the repository at this point in the history
Remove client keyword from listener class
  • Loading branch information
dilanSachi committed Aug 23, 2023
2 parents 1d6b603 + f953cc8 commit 7a63395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/listener.bal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import ballerina/jballerina.java;

# Represents a MQTT listener endpoint.
public isolated client class Listener {
public isolated class Listener {

private final Subscription[] & readonly mqttSubscriptions;

Expand Down

0 comments on commit 7a63395

Please sign in to comment.