Skip to content

Commit

Permalink
fix docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJovanovic13 committed Apr 29, 2024
1 parent 61eba00 commit f814c35
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 f814c35

Please sign in to comment.