]> git.mxchange.org Git - juser-login-core.git/commitdiff
Continued a bit:
authorRoland Häder <roland@mxchange.org>
Sun, 10 Sep 2017 14:47:26 +0000 (16:47 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 10 Sep 2017 14:47:26 +0000 (16:47 +0200)
- fixed imports

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/juserlogincore/login/UserLoginUtils.java

index 119425be249312344eff89769165bb049ebff4da..5ebc65d7e1c98ab50f916e15cc606aed481548d1 100644 (file)
@@ -24,7 +24,7 @@ import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 import org.apache.commons.codec.digest.Crypt;
 import org.apache.commons.codec.digest.DigestUtils;
-import org.mxchange.jcontacts.contact.Contact;
+import org.mxchange.jcontacts.model.contact.Contact;
 import org.mxchange.jusercore.model.user.User;
 import org.mxchange.jusercore.model.user.UserUtils;
 import org.mxchange.juserlogincore.container.login.LoginContainer;