From b3e243042892bf360aeb443ec3fc5572ec6211d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 26 Apr 2020 22:03:11 +0200 Subject: [PATCH] Continued: - don't copy created/updated timestamps MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/org/mxchange/jcontacts/model/contact/Contacts.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/org/mxchange/jcontacts/model/contact/Contacts.java b/src/org/mxchange/jcontacts/model/contact/Contacts.java index 02dc965..1968be8 100644 --- a/src/org/mxchange/jcontacts/model/contact/Contacts.java +++ b/src/org/mxchange/jcontacts/model/contact/Contacts.java @@ -105,8 +105,6 @@ public class Contacts implements Serializable { // - other data targetContact.setContactBirthday(sourceContact.getContactBirthday()); targetContact.setContactComment(sourceContact.getContactComment()); - targetContact.setContactEntryCreated(sourceContact.getContactEntryCreated()); - targetContact.setContactEntryUpdated(sourceContact.getContactEntryUpdated()); } /** -- 2.39.5