Skip to content

Commit

Permalink
Fix @SInCE tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Jan 6, 2022
1 parent 994e937 commit e7e3f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -29,7 +29,7 @@
* to an instance of {@link AuthorizationManager}
*
* @author Marcus Da Coregio
* @since 5.7
* @since 5.5.5
*/
public final class AuthorizationManagerWebInvocationPrivilegeEvaluator implements WebInvocationPrivilegeEvaluator {

Expand Down
Expand Up @@ -32,7 +32,7 @@
* {@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 {

Expand Down
Expand Up @@ -20,7 +20,7 @@
* 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> {

Expand Down

0 comments on commit e7e3f06

Please sign in to comment.