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

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jproduct/model/product/Products.java

index f13ac96dce2dbc6d8c5c4f5a89b18533c8841571..33becc4afe181afc69fb881a569dfd4a3080b2d3 100644 (file)
@@ -65,7 +65,7 @@ public class Products implements Serializable {
         * <p>
         * @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