We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0f290 commit de7a64fCopy full SHA for de7a64f
1 file changed
README.md
@@ -201,9 +201,6 @@ Use the `Post` method of the Mailjet CLient (i.e. `response = client.post(reques
201
#### Simple POST request
202
203
```java
204
-/**
205
-* Create a contact
206
-*/
207
package com.my.project;
208
import com.mailjet.client.errors.MailjetException;
209
import com.mailjet.client.errors.MailjetSocketTimeoutException;
@@ -214,7 +211,7 @@ import com.mailjet.client.resource.Contact;
214
211
215
212
public class MyClass {
216
213
/**
217
- * Create : Manage the details of a Contact.
+ * Create a contact
218
*/
219
public static void main(String[] args) throws MailjetException, MailjetSocketTimeoutException {
220
MailjetClient client;
0 commit comments