mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 07:12:32 +00:00
Fix typo in Javadoc of ServerHttpSecurity#hasAuthority
This commit is contained in:
parent
dc6b8ce470
commit
6d45ec5d6b
@ -2646,7 +2646,7 @@ public class ServerHttpSecurity {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Require a specific authority.
|
* Require a specific authority.
|
||||||
* @param authority the authority to require (i.e. "USER" woudl require authority of "USER").
|
* @param authority the authority to require (i.e. "USER" would require authority of "USER").
|
||||||
* @return the {@link AuthorizeExchangeSpec} to configure
|
* @return the {@link AuthorizeExchangeSpec} to configure
|
||||||
*/
|
*/
|
||||||
public AuthorizeExchangeSpec hasAuthority(String authority) {
|
public AuthorizeExchangeSpec hasAuthority(String authority) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user