From: Roland Häder Date: Sat, 18 Apr 2020 13:42:16 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=06e247818f238f3d64fe2b24bc84312df3979bac;p=jcustomer-core.git Continued: - renamed copyAll() to copyFooData() Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcustomercore/model/customer/Customers.java b/src/org/mxchange/jcustomercore/model/customer/Customers.java index 4e3434a..ed79d1e 100644 --- a/src/org/mxchange/jcustomercore/model/customer/Customers.java +++ b/src/org/mxchange/jcustomercore/model/customer/Customers.java @@ -76,7 +76,7 @@ public class Customers { *

* @throws NullPointerException If one parameter is null */ - public static void copyAll (final Customer targetCustomer, final Customer sourceCustomer) { + public static void copyCustomerData (final Customer targetCustomer, final Customer sourceCustomer) { // Check both parameter if (null == targetCustomer) { // Throw NPE