Merge branch '1.5.x' into 2.0.x
This commit is contained in:
@@ -41,9 +41,9 @@ import org.springframework.util.StringUtils;
|
||||
*
|
||||
* @param <T> the type of {@link Filter} to register
|
||||
* @author Phillip Webb
|
||||
* @since 2.0.1
|
||||
* @since 1.5.22
|
||||
*/
|
||||
public abstract class AbstractFilterRegistrationBean<T extends Filter> extends DynamicRegistrationBean<Dynamic> {
|
||||
public abstract class AbstractFilterRegistrationBean extends RegistrationBean {
|
||||
|
||||
/**
|
||||
* Filters that wrap the servlet request should be ordered less than or equal to this.
|
||||
|
||||
Reference in New Issue
Block a user