From 06e247818f238f3d64fe2b24bc84312df3979bac Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sat, 18 Apr 2020 15:42:16 +0200
Subject: [PATCH] Continued: - renamed copyAll() to copyFooData()
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 src/org/mxchange/jcustomercore/model/customer/Customers.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
 	 * <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
-- 
2.39.5