From: Roland Häder Date: Fri, 7 Oct 2022 18:05:24 +0000 (+0200) Subject: updated references X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdbd5494be1136cb65e0ff61db8cc2f7f8dd1d2a;p=jcontacts-core.git updated references Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcontacts/model/contact/UserContact.java b/src/org/mxchange/jcontacts/model/contact/UserContact.java index 610a718..83e25dc 100644 --- a/src/org/mxchange/jcontacts/model/contact/UserContact.java +++ b/src/org/mxchange/jcontacts/model/contact/UserContact.java @@ -39,8 +39,8 @@ import javax.persistence.TemporalType; import javax.persistence.Transient; import org.apache.commons.lang3.StringUtils; import org.mxchange.jcontacts.model.contact.title.PersonalTitle; -import org.mxchange.jcoreutils.Comparables; -import org.mxchange.jcoreutils.SafeNumberUtils; +import org.mxchange.jcoreutils.comparable.Comparables; +import org.mxchange.jcoreutils.number.SafeNumberUtils; import org.mxchange.jcountry.model.utils.CountryUtils; import org.mxchange.jcountry.model.data.Country; import org.mxchange.jcountry.model.data.CountryData;