From 43ef0c4b93636eda3d7384b8870ee8cf3b012671 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 28 Apr 2018 00:51:15 +0200 Subject: [PATCH] Continued: - "created" timestamps should never be copied 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 deletion(-) diff --git a/src/org/mxchange/jcontacts/model/contact/Contacts.java b/src/org/mxchange/jcontacts/model/contact/Contacts.java index 9210d41..4d7d6aa 100644 --- a/src/org/mxchange/jcontacts/model/contact/Contacts.java +++ b/src/org/mxchange/jcontacts/model/contact/Contacts.java @@ -102,7 +102,6 @@ public class Contacts implements Serializable { // - other data targetContact.setContactBirthday(sourceContact.getContactBirthday()); targetContact.setContactComment(sourceContact.getContactComment()); - targetContact.setContactCreated(sourceContact.getContactCreated()); targetContact.setContactUpdated(sourceContact.getContactUpdated()); } -- 2.39.5