SEC-1304: Removed "Comparable" from GrantedAuthority
This commit is contained in:
@@ -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 ========================================================================================================
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user