Skip to content

Commit de7a64f

Browse files
author
Atanas Damyanliev
authored
remove duplicate code sample description
1 parent cc0f290 commit de7a64f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ Use the `Post` method of the Mailjet CLient (i.e. `response = client.post(reques
201201
#### Simple POST request
202202
203203
```java
204-
/**
205-
* Create a contact
206-
*/
207204
package com.my.project;
208205
import com.mailjet.client.errors.MailjetException;
209206
import com.mailjet.client.errors.MailjetSocketTimeoutException;
@@ -214,7 +211,7 @@ import com.mailjet.client.resource.Contact;
214211
215212
public class MyClass {
216213
/**
217-
* Create : Manage the details of a Contact.
214+
* Create a contact
218215
*/
219216
public static void main(String[] args) throws MailjetException, MailjetSocketTimeoutException {
220217
MailjetClient client;

0 commit comments

Comments
 (0)