]> git.mxchange.org Git - jcontacts-business-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 26 Apr 2020 20:02:58 +0000 (22:02 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Apr 2020 20:02:58 +0000 (22:02 +0200)
- don't copy created/updated timestamps

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java

index 0abb4ed82d80f5437e8c0e4a86957ede15229db1..2742a5e268c7d3b47afcbbec447c4779de5f3e8c 100644 (file)
@@ -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());