]> git.mxchange.org Git - jcountry-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2018 22:50:06 +0000 (00:50 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 27 Apr 2018 22:50:06 +0000 (00:50 +0200)
- "created" timestamps should never be copied

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcountry/model/data/Countries.java

index 15fdc95a6d7ca12388eb14fe979cef37ec84d82a..faf2ccfbe4d38d102052a90d8a421f1d3e1f28b3 100644 (file)
@@ -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());