Explorar el Código

SEC-1304: Removed "Comparable" from GrantedAuthority

Luke Taylor hace 15 años
padre
commit
7e0c7ffc0e

+ 1 - 1
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<GrantedAuthority> {
+public interface GrantedAuthority extends Serializable {
     //~ Methods ========================================================================================================
 
     /**