mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 13:23:29 +00:00
Typo in Javadoc.
This commit is contained in:
parent
a468f03cae
commit
9f385eb1e0
@ -32,7 +32,7 @@ import java.security.MessageDigest;
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public class LdapShaPasswordEncoder implements PasswordEncoder {
|
public class LdapShaPasswordEncoder implements PasswordEncoder {
|
||||||
/** The nuber of bytes in a SHA hash */
|
/** The number of bytes in a SHA hash */
|
||||||
private static final int SHA_LENGTH = 20;
|
private static final int SHA_LENGTH = 20;
|
||||||
|
|
||||||
private static final String SSHA_PREFIX = "{SSHA}";
|
private static final String SSHA_PREFIX = "{SSHA}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user