mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 06:12:27 +00:00
Make constants class abstract.
This commit is contained in:
parent
46285a0ec0
commit
14e68618a5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user