Skip to content

Commit

Permalink
fix docs error
Browse files Browse the repository at this point in the history
Closes gh-14978
  • Loading branch information
MrJovanovic13 authored and marcusdacoregio committed May 13, 2024
1 parent 28f2f89 commit e932387
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
* authenticated.
*
* @param <T> The type of object authorization is being performed against. This does not
* matter since the authorization decision does not use the object.
* @author Rob Winch
* @since 5.0 matter since the authorization decision does not use the object.
* @since 5.0
*/
public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {

Expand Down

0 comments on commit e932387

Please sign in to comment.