We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09ee6e commit fc4e2abCopy full SHA for fc4e2ab
1 file changed
src/main/java/com/codetotime/eppclient/contacts/ContactsManagement.java
@@ -221,7 +221,7 @@ private void deleteAddress() {
221
if (!contactId.equals("")) {
222
223
try {
224
- // Delete the contact — the contact must not be linked with any domain name
+ // Delete the contact. The contact must not be linked with any domain name
225
ContactDelete contactDelete = new ContactDelete();
226
contactDelete.setId(contactId);
227
log.debug("CLIENT: {}", contactDelete);
0 commit comments