mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Removed unnecessary params from anyRequest()'s javadoc
This commit is contained in:
parent
57ea75a7ce
commit
a932d6ecf3
@ -41,10 +41,6 @@ public abstract class AbstractRequestMatcherRegistry<C> {
|
||||
/**
|
||||
* Maps any request.
|
||||
*
|
||||
* @param method the {@link HttpMethod} to use or {@code null} for any {@link HttpMethod}.
|
||||
* @param antPatterns the ant patterns to create {@link org.springframework.security.web.util.matcher.AntPathRequestMatcher}
|
||||
* from
|
||||
*
|
||||
* @return the object that is chained after creating the {@link RequestMatcher}
|
||||
*/
|
||||
public C anyRequest() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user