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;