From: Roland Häder Date: Sat, 18 Apr 2020 13:48:46 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0bd8d54001e99c30108b194301f2e6804cb4fa55;p=jproduct-core.git Continued: - renamed copyAll() to copyFooData() Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jproduct/model/product/Products.java b/src/org/mxchange/jproduct/model/product/Products.java index f13ac96..33becc4 100644 --- a/src/org/mxchange/jproduct/model/product/Products.java +++ b/src/org/mxchange/jproduct/model/product/Products.java @@ -65,7 +65,7 @@ public class Products implements Serializable { *

* @throws NullPointerException If one instance is null */ - public static void copyAll (final Product sourceProduct, final Product targetProduct) { + public static void copyProductData (final Product sourceProduct, final Product targetProduct) { // Product should be valid if (null == sourceProduct) { // Throw NPE