Add Missing Since

Issue gh-10482
This commit is contained in:
Josh Cummings 2021-11-30 15:01:36 -07:00
parent a3a9de1b9b
commit 1251cde04c
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ public final class RequestMatcherDelegatingAuthorizationManager implements Autho
* @param mappingsConsumer used to configure the {@link RequestMatcher} to
* {@link AuthorizationManager} mappings.
* @return the {@link Builder} for further customizations
* @since 5.7
*/
public Builder mappings(
Consumer<Map<RequestMatcher, AuthorizationManager<RequestAuthorizationContext>>> mappingsConsumer) {