SEC-1304: Removed "Comparable" from GrantedAuthority

This commit is contained in:
Luke Taylor 2009-11-30 21:27:13 +00:00
parent e72cfd58d4
commit 7e0c7ffc0e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.springframework.security.access.AccessDecisionManager;
* @author Ben Alex
* @version $Id$
*/
public interface GrantedAuthority extends Serializable, Comparable<GrantedAuthority> {
public interface GrantedAuthority extends Serializable {
//~ Methods ========================================================================================================
/**