Skip to content

Commit

Permalink
Remove Stray JavaDoc Statement
Browse files Browse the repository at this point in the history
As of the 5.2 release, a separate registrar bean was no longer necessary

Closes gh-15425
  • Loading branch information
jzheaux committed Jul 22, 2024
1 parent 1c4a633 commit 5c1a108
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
* To locate the bearer token, this looks in the Reactor {@link Context} for a key of type
* {@link Authentication}.
*
* Registering
* {@see org.springframework.security.config.annotation.web.configuration.OAuth2ResourceServerConfiguration.OAuth2ResourceServerWebFluxSecurityConfiguration.BearerRequestContextSubscriberRegistrar},
* as a {@code @Bean} will take care of this automatically, but certainly an application
* can supply a {@link Context} of its own to override.
*
* @author Josh Cummings
* @since 5.2
*/
Expand Down

0 comments on commit 5c1a108

Please sign in to comment.