Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor docs error in AuthenticatedReactiveAuthorizationManager #14978

Closed
MrJovanovic13 opened this issue Apr 29, 2024 · 1 comment · Fixed by #14979
Closed

Minor docs error in AuthenticatedReactiveAuthorizationManager #14978

MrJovanovic13 opened this issue Apr 29, 2024 · 1 comment · Fixed by #14979
Assignees
Labels
status: duplicate A duplicate of another issue type: bug A general bug

Comments

@MrJovanovic13
Copy link
Contributor

MrJovanovic13 commented Apr 29, 2024

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> {
@MrJovanovic13 MrJovanovic13 added status: waiting-for-triage An issue we've not yet triaged type: bug A general bug labels Apr 29, 2024
MrJovanovic13 added a commit to MrJovanovic13/spring-security that referenced this issue Apr 29, 2024
@marcusdacoregio marcusdacoregio self-assigned this May 13, 2024
@marcusdacoregio
Copy link
Contributor

Closing in favor of #14979

@marcusdacoregio marcusdacoregio added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels May 13, 2024
marcusdacoregio pushed a commit that referenced this issue May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue type: bug A general bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants