X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjcustomercore%2Fmodel%2Fcustomer%2FContactCustomer.java;fp=src%2Forg%2Fmxchange%2Fjcustomercore%2Fmodel%2Fcustomer%2FContactCustomer.java;h=73c02e5a5d5c26e9415971a95fbc263aea0b7fec;hb=db4608585c0bd3bcfc0bed39a6e022b3986b8a07;hp=81f12fa7abfc8a24e0ccb72d2b6a0e71d77cc5b9;hpb=9279fa4db4407fcc364240b9e17e408371ef2d9b;p=jcustomer-core.git 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; /**