mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix link in Javadoc of ConfigurableMockMvcBuilder
See gh-31542
This commit is contained in:
committed by
Stéphane Nicoll
parent
4da2440f63
commit
fe14c85ada
+1
-1
@@ -44,7 +44,7 @@ public interface ConfigurableMockMvcBuilder<B extends ConfigurableMockMvcBuilder
|
||||
/**
|
||||
* Add filters mapped to all requests. Filters are invoked in the same order.
|
||||
* <p>Note: if you need the filter to be initialized with {@link Filter#init(FilterConfig)},
|
||||
* please use {@link #addFilter(Filter, Map, EnumSet, String...)} instead.
|
||||
* please use {@link #addFilter(Filter, String, Map, EnumSet, String...)} instead.
|
||||
* @param filters the filters to add
|
||||
*/
|
||||
<T extends B> T addFilters(Filter... filters);
|
||||
|
||||
Reference in New Issue
Block a user