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

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontacts/model/contact/Contacts.java

index 8bd36322fecac678293b2c634b6ee396ed138255..e95a4c7392a62abd0e058f0fb1b4d6d5a5a873ce 100644 (file)
@@ -71,7 +71,7 @@ public class Contacts implements Serializable {
         * @param sourceContact Source instance
         * @param targetContact Target instance
         */
-       public static void copyAll (final Contact sourceContact, final Contact targetContact) {
+       public static void copyContactData (final Contact sourceContact, final Contact targetContact) {
                // Contact should be valid
                if (null == sourceContact) {
                        // Throw NPE