SEC-2012: Remove additional incorrect javadoc from UserDetails#getPassword()

This commit is contained in:
Rob Winch 2012-07-21 10:35:28 -05:00
parent a547f6922a
commit 1d701a2d8f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public interface UserDetails extends Serializable {
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
*/