]> git.mxchange.org Git - juser-core.git/commitdiff
It is now user and no need for SALT_LENGTH anymore
authorRoland Haeder <roland@mxchange.org>
Sat, 9 Apr 2016 19:01:01 +0000 (21:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 9 Apr 2016 19:01:01 +0000 (21:01 +0200)
src/org/mxchange/jusercore/model/user/UserUtils.java

index d3ad06ccfbb5b33c3ade4abff0c5d27d66e21e66..b98c7f9ef0b1c18912ce673f953a030369436c63 100644 (file)
@@ -21,17 +21,12 @@ import org.mxchange.jcore.BaseFrameworkSystem;
 import org.mxchange.jusercore.container.login.LoginContainer;
 
 /**
- * An utilities class for customers
+ * An utilities class for users
  * <p>
  * @author Roland Haeder<roland@mxchange.org>
  */
 public class UserUtils extends BaseFrameworkSystem {
 
-       /**
-        * Length of salt
-        */
-       private static final int SALT_LENGTH = 10;
-
        /**
         * Hashes given user password and adds a salt to it
         * <p>