mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Tidying comments.
This commit is contained in:
parent
c66a3ba323
commit
4c6e41af7d
@ -39,7 +39,7 @@ public abstract class AbstractAuthenticationToken implements Authentication {
|
||||
|
||||
//~ Constructors ===================================================================================================
|
||||
|
||||
/**
|
||||
/**
|
||||
* Retained for compatibility with subclasses written before the
|
||||
* <tt>AbstractAuthenticationToken(GrantedAuthority[])</tt> constructor
|
||||
* was introduced.
|
||||
@ -49,7 +49,7 @@ public abstract class AbstractAuthenticationToken implements Authentication {
|
||||
*/
|
||||
public AbstractAuthenticationToken() {}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Creates a token with the supplied array of authorities.
|
||||
*
|
||||
* @param authorities the list of <tt>GrantedAuthority</tt>s for the
|
||||
|
Loading…
x
Reference in New Issue
Block a user