Browse Source

Fix typo in Javadoc of ServerHttpSecurity#hasAuthority

Closes gh-8336
pull/8721/head
hotire 6 years ago committed by Rob Winch
parent
commit
fd2798ca95
  1. 2
      config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

2
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

@ -675,7 +675,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…
Cancel
Save