浏览代码

Make constants class abstract.

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

+ 1 - 1
core/src/main/java/org/springframework/security/ui/FilterChainOrderUtils.java

@@ -8,7 +8,7 @@ import org.springframework.core.Ordered;
  * @author luke
  * @version $Id$
  */
-public class FilterChainOrderUtils {
+public abstract class FilterChainOrderUtils {
     /**
      * The first position at which a Spring Security filter will be found. Any filter with an order less than this will
      * be guaranteed to be placed before the Spring Security filters in the stack.