mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 21:33:30 +00:00
SEC-2012: Remove additional incorrect javadoc from UserDetails#getPassword()
This commit is contained in:
parent
a547f6922a
commit
1d701a2d8f
@ -53,7 +53,7 @@ public interface UserDetails extends Serializable {
|
|||||||
Collection<? extends GrantedAuthority> getAuthorities();
|
Collection<? extends GrantedAuthority> getAuthorities();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the password used to authenticate the user. Cannot return <code>null</code>.
|
* Returns the password used to authenticate the user.
|
||||||
*
|
*
|
||||||
* @return the password
|
* @return the password
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user