]> git.mxchange.org Git - jbonuscard-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 14:17:53 +0000 (16:17 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 6 Oct 2022 14:17:53 +0000 (16:17 +0200)
- updated class reference

src/org/mxchange/jbonuscard/model/bonus_card/RoyalityCard.java

index ada09effcecd6af053ef55c747b7ed2946ba4085..7d6e54ac43d76d297ce2929d868dcde8822cfd21 100644 (file)
@@ -42,7 +42,7 @@ import org.mxchange.jcontactsbusiness.model.utils.BasicDataUtils;
 import org.mxchange.jcoreutils.Comparables;
 import org.mxchange.jcustomercore.model.customer.ContactCustomer;
 import org.mxchange.jcustomercore.model.customer.Customer;
-import org.mxchange.jcustomercore.model.customer.Customers;
+import org.mxchange.jcustomercore.model.utils.CustomerUtils;
 
 /**
  * A POJO (entity) for bonus cards
@@ -185,7 +185,7 @@ public class RoyalityCard implements BonusCard {
                        // ... next by bar code
                        StringUtils.compare(this.getBonusCardBarCode(), bonusCard.getBonusCardBarCode()),
                        // ... customer data
-                       Customers.compare(this.getBonusCardCustomer(), bonusCard.getBonusCardCustomer()),
+                       CustomerUtils.compare(this.getBonusCardCustomer(), bonusCard.getBonusCardCustomer()),
                        // ... contact data (card holder)
                        ContactUtils.compare(this.getBonusCardContact(), bonusCard.getBonusCardContact()),
                        // ... issuing company data