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

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcustomercore/model/customer/Customers.java

index 4e3434ab7cd1196c570ada727791da5741ada2fd..ed79d1e2f30f0827ae390c2b5c1c3cddb6fbba3d 100644 (file)
@@ -76,7 +76,7 @@ public class Customers {
         * <p>
         * @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