From: Roland Häder Date: Sat, 18 Apr 2020 13:41:49 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eaa63caf7b528d3f5038741ee3b41e60d20a21eb;p=jcontacts-core.git Continued: - renamed copyAll() to copyFooData() Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcontacts/model/contact/Contacts.java b/src/org/mxchange/jcontacts/model/contact/Contacts.java index 8bd3632..e95a4c7 100644 --- a/src/org/mxchange/jcontacts/model/contact/Contacts.java +++ b/src/org/mxchange/jcontacts/model/contact/Contacts.java @@ -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