Skip to content

Commit e932387

Browse files
MrJovanovic13marcusdacoregio
authored andcommitted
fix docs error
Closes gh-14978
1 parent 28f2f89 commit e932387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: core/src/main/java/org/springframework/security/authorization/AuthenticatedReactiveAuthorizationManager.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
* authenticated.
2828
*
2929
* @param <T> The type of object authorization is being performed against. This does not
30+
* matter since the authorization decision does not use the object.
3031
* @author Rob Winch
31-
* @since 5.0 matter since the authorization decision does not use the object.
32+
* @since 5.0
3233
*/
3334
public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {
3435

0 commit comments

Comments
 (0)