From: Roland Häder Date: Fri, 7 Oct 2022 18:05:26 +0000 (+0200) Subject: updated references X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8e436bc5e47394b00acd813cc8db4c7669f40c34;p=jbonuscard-core.git updated references Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jbonuscard/model/bonus_card/RoyalityCard.java b/src/org/mxchange/jbonuscard/model/bonus_card/RoyalityCard.java index 7d6e54a..6ce95f0 100644 --- a/src/org/mxchange/jbonuscard/model/bonus_card/RoyalityCard.java +++ b/src/org/mxchange/jbonuscard/model/bonus_card/RoyalityCard.java @@ -39,7 +39,7 @@ import org.mxchange.jcontacts.model.utils.ContactUtils; import org.mxchange.jcontactsbusiness.model.basicdata.BasicData; import org.mxchange.jcontactsbusiness.model.basicdata.BusinessBasicData; import org.mxchange.jcontactsbusiness.model.utils.BasicDataUtils; -import org.mxchange.jcoreutils.Comparables; +import org.mxchange.jcoreutils.comparable.Comparables; import org.mxchange.jcustomercore.model.customer.ContactCustomer; import org.mxchange.jcustomercore.model.customer.Customer; import org.mxchange.jcustomercore.model.utils.CustomerUtils;