From 7e0c7ffc0eb52f54fc75f167146d852e021073b1 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 30 Nov 2009 21:27:13 +0000 Subject: [PATCH] SEC-1304: Removed "Comparable" from GrantedAuthority --- .../org/springframework/security/core/GrantedAuthority.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/springframework/security/core/GrantedAuthority.java b/core/src/main/java/org/springframework/security/core/GrantedAuthority.java index 345805376f..340cc36e60 100644 --- a/core/src/main/java/org/springframework/security/core/GrantedAuthority.java +++ b/core/src/main/java/org/springframework/security/core/GrantedAuthority.java @@ -30,7 +30,7 @@ import org.springframework.security.access.AccessDecisionManager; * @author Ben Alex * @version $Id$ */ -public interface GrantedAuthority extends Serializable, Comparable { +public interface GrantedAuthority extends Serializable { //~ Methods ======================================================================================================== /**