Skip to content

Minor docs error in AuthenticatedReactiveAuthorizationManager #14978

@MrJovanovic13

Description

@MrJovanovic13

I was looking through some reactive code and found a minor docs error introduced during some docs refactoring.

 * @param <T> The type of object authorization is being performed against. This does not
 * @author Rob Winch
 * @since 5.0 matter since the authorization decision does not use the object.
 */
public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {

should be

 * @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
 */
public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions