mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix @since tag
Issue gh-10590, gh-10554
This commit is contained in:
parent
3bb82c4449
commit
f04cd641b0
@ -29,7 +29,7 @@ import org.springframework.util.Assert;
|
||||
* to an instance of {@link AuthorizationManager}
|
||||
*
|
||||
* @author Marcus Da Coregio
|
||||
* @since 5.7
|
||||
* @since 5.5.5
|
||||
*/
|
||||
public final class AuthorizationManagerWebInvocationPrivilegeEvaluator implements WebInvocationPrivilegeEvaluator {
|
||||
|
||||
|
@ -32,7 +32,7 @@ import org.springframework.util.Assert;
|
||||
* {@link org.springframework.security.web.util.matcher.RequestMatcher} evaluation
|
||||
*
|
||||
* @author Marcus Da Coregio
|
||||
* @since 5.7
|
||||
* @since 5.5.5
|
||||
*/
|
||||
public final class RequestMatcherDelegatingWebInvocationPrivilegeEvaluator implements WebInvocationPrivilegeEvaluator {
|
||||
|
||||
|
@ -20,7 +20,7 @@ package org.springframework.security.web.util.matcher;
|
||||
* A rich object for associating a {@link RequestMatcher} to another object.
|
||||
*
|
||||
* @author Marcus Da Coregio
|
||||
* @since 5.7
|
||||
* @since 5.5.5
|
||||
*/
|
||||
public class RequestMatcherEntry<T> {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user