浏览代码

SEC-1304: Removed "Comparable" from GrantedAuthority

Luke Taylor 15 年之前
父节点
当前提交
7e0c7ffc0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/src/main/java/org/springframework/security/core/GrantedAuthority.java

+ 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 ========================================================================================================
 
     /**