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=db4608585c0bd3bcfc0bed39a6e022b3986b8a07;p=jcustomer-core.git updated references Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java b/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java index 81f12fa..73c02e5 100644 --- a/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java +++ b/src/org/mxchange/jcustomercore/model/customer/ContactCustomer.java @@ -40,7 +40,7 @@ import org.apache.commons.lang3.StringUtils; import org.mxchange.jcontacts.model.contact.Contact; import org.mxchange.jcontacts.model.contact.UserContact; import org.mxchange.jcontacts.model.utils.ContactUtils; -import org.mxchange.jcoreutils.Comparables; +import org.mxchange.jcoreutils.comparable.Comparables; import org.mxchange.jcustomercore.model.customer.status.CustomerAccountStatus; /**