From 4c72e60b663ded0ab49815ef82114b7fc73a674d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 28 Apr 2018 00:50:06 +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/jcountry/model/data/Countries.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/mxchange/jcountry/model/data/Countries.java b/src/org/mxchange/jcountry/model/data/Countries.java index 15fdc95..faf2ccf 100644 --- a/src/org/mxchange/jcountry/model/data/Countries.java +++ b/src/org/mxchange/jcountry/model/data/Countries.java @@ -52,7 +52,6 @@ public class Countries implements Serializable { // Copy all fields targetCountry.setCountryAbroadDialPrefix(sourceCountry.getCountryAbroadDialPrefix()); targetCountry.setCountryCode(sourceCountry.getCountryCode()); - targetCountry.setCountryEntryCreated(sourceCountry.getCountryEntryCreated()); targetCountry.setCountryExternalDialPrefix(sourceCountry.getCountryExternalDialPrefix()); targetCountry.setCountryI18nKey(sourceCountry.getCountryI18nKey()); targetCountry.setCountryId(sourceCountry.getCountryId()); -- 2.39.2