SEC-1304: Removed "Comparable" from GrantedAuthority
This commit is contained in:
parent
e72cfd58d4
commit
7e0c7ffc0e
|
@ -30,7 +30,7 @@ import org.springframework.security.access.AccessDecisionManager;
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
public interface GrantedAuthority extends Serializable, Comparable<GrantedAuthority> {
|
public interface GrantedAuthority extends Serializable {
|
||||||
//~ Methods ========================================================================================================
|
//~ Methods ========================================================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue