Commit ed3e1e07 authored by Phillip Webb's avatar Phillip Webb

Fix AbstractFilterRegistrationBean merge error

Merging 1.5.x accidentally broke `AbstractFilterRegistrationBean`
parent bb348466
......@@ -43,7 +43,7 @@ import org.springframework.util.StringUtils;
* @author Phillip Webb
* @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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment