From 1b3fe0fdfd27fdda1d1e25252cbc69b9a4a9a1b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 24 Apr 2020 03:30:14 +0200 Subject: [PATCH] Continued: - also copy contactEntryCreated instance 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/mxchange/jcontacts/model/contact/Contacts.java b/src/org/mxchange/jcontacts/model/contact/Contacts.java index e95a4c7..b1f34d1 100644 --- a/src/org/mxchange/jcontacts/model/contact/Contacts.java +++ b/src/org/mxchange/jcontacts/model/contact/Contacts.java @@ -102,6 +102,7 @@ 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