Skip to content

Commit 694ce8b

Browse files
committed
Remove the comment
1 parent 13aec94 commit 694ce8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/java/ExampleConversationSendMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void main(String[] args) {
2121
//First create your service object
2222
final MessageBirdService wsr = new MessageBirdServiceImpl(args[0]);
2323
//Add the service to the client
24-
final MessageBirdClient messageBirdClient = new MessageBirdClient(wsr); //Create client with WhatsApp Sandbox enabled
24+
final MessageBirdClient messageBirdClient = new MessageBirdClient(wsr);
2525

2626

2727

0 commit comments

Comments
 (0)