We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13aec94 commit 694ce8bCopy full SHA for 694ce8b
examples/src/main/java/ExampleConversationSendMessage.java
@@ -21,7 +21,7 @@ public static void main(String[] args) {
21
//First create your service object
22
final MessageBirdService wsr = new MessageBirdServiceImpl(args[0]);
23
//Add the service to the client
24
- final MessageBirdClient messageBirdClient = new MessageBirdClient(wsr); //Create client with WhatsApp Sandbox enabled
+ final MessageBirdClient messageBirdClient = new MessageBirdClient(wsr);
25
26
27
0 commit comments