]> git.mxchange.org Git - jcountry-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 18 Apr 2020 13:42:49 +0000 (15:42 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Apr 2020 13:42:49 +0000 (15:42 +0200)
- renamed copyFoo() to copyFooData()

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

index 89a5b004a38ec03eabeb7ae0bb60a671bbe31fd9..44676cdf053b7c6c45e70c1ea9082619a73f5723 100644 (file)
@@ -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