Skip to content

Commit fc4e2ab

Browse files
committed
refactor: fix comment punctuation in ContactsManagement
1 parent a09ee6e commit fc4e2ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/codetotime/eppclient/contacts/ContactsManagement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private void deleteAddress() {
221221
if (!contactId.equals("")) {
222222

223223
try {
224-
// Delete the contact — the contact must not be linked with any domain name
224+
// Delete the contact. The contact must not be linked with any domain name
225225
ContactDelete contactDelete = new ContactDelete();
226226
contactDelete.setId(contactId);
227227
log.debug("CLIENT: {}", contactDelete);

0 commit comments

Comments
 (0)