From: Roland Häder Date: Sat, 18 Apr 2020 13:42:49 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3ea620c7285f16af659a248d6f80827fda652529;p=jcountry-core.git Continued: - renamed copyFoo() to copyFooData() Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcountry/model/data/Countries.java b/src/org/mxchange/jcountry/model/data/Countries.java index 89a5b00..44676cd 100644 --- a/src/org/mxchange/jcountry/model/data/Countries.java +++ b/src/org/mxchange/jcountry/model/data/Countries.java @@ -40,7 +40,7 @@ public class Countries implements Serializable { * @throws NullPointerException If sourceCountry or targetCountry is null * @throws IllegalArgumentException If both Country instances are equal */ - public static void copyCountry (final Country sourceCountry, final Country targetCountry) { + public static void copyCountryData (final Country sourceCountry, final Country targetCountry) { // Parameters should not be null if (null == sourceCountry) { // Throw NPE