1
0
mirror of synced 2026-08-03 00:37:03 +00:00

Tidying comments.

This commit is contained in:
Luke Taylor
2007-12-06 16:33:59 +00:00
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