From bdbd5494be1136cb65e0ff61db8cc2f7f8dd1d2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 7 Oct 2022 20:05:24 +0200 Subject: [PATCH] updated references MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/org/mxchange/jcontacts/model/contact/UserContact.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5