From 259aaa0a1907b540015204046ba9e64dab22fad8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 26 Apr 2020 22:02:58 +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 --- .../jcontactsbusiness/model/branchoffice/BranchOffices.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java b/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java index 0abb4ed..2742a5e 100644 --- a/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java +++ b/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java @@ -83,8 +83,6 @@ public class BranchOffices implements Serializable { targetBranchOffice.setBranchContactEmployee(sourceBranchOffice.getBranchContactEmployee()); targetBranchOffice.setBranchCountry(sourceBranchOffice.getBranchCountry()); targetBranchOffice.setBranchEmailAddress(sourceBranchOffice.getBranchEmailAddress()); - targetBranchOffice.setBranchEntryCreated(sourceBranchOffice.getBranchEntryCreated()); - targetBranchOffice.setBranchEntryUpdated(sourceBranchOffice.getBranchEntryUpdated()); targetBranchOffice.setBranchFaxNumber(sourceBranchOffice.getBranchFaxNumber()); targetBranchOffice.setBranchHouseNumber(sourceBranchOffice.getBranchHouseNumber()); targetBranchOffice.setBranchHouseNumberExtension(sourceBranchOffice.getBranchHouseNumberExtension()); -- 2.39.5