]> git.mxchange.org Git - juser-core.git/commitdiff
updated references
authorRoland Häder <roland@mxchange.org>
Fri, 7 Oct 2022 18:05:24 +0000 (20:05 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 7 Oct 2022 18:05:24 +0000 (20:05 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jusercore/model/user/LoginUser.java

index d6de5bf9a24a69c44f20abb5ddfc61aa31665f14..7625e9e7e7a625d05608a2a9eb8bbe33dd4a60b8 100644 (file)
@@ -40,7 +40,7 @@ import javax.persistence.Transient;
 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.jusercore.model.user.profilemodes.ProfileMode;
 import org.mxchange.jusercore.model.user.status.UserAccountStatus;