mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Merge branch '2.0.x' into 2.1.x
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ import org.springframework.util.StringUtils;
|
||||
* @author Brian Clozel
|
||||
* @since 1.5.22
|
||||
*/
|
||||
public abstract class AbstractFilterRegistrationBean extends RegistrationBean {
|
||||
public abstract class AbstractFilterRegistrationBean<T extends Filter> extends DynamicRegistrationBean<Dynamic> {
|
||||
|
||||
/**
|
||||
* Filters that wrap the servlet request should be ordered less than or equal to this.
|
||||
|
||||
Reference in New Issue
Block a user